@@ -200,7 +200,7 @@ int test_capi_main() {
// You may call rtcCleanup() when finished to free static resources
rtcCleanup();
- sleep(1);
+ sleep(2);
printf("Success\n");
return 0;
@@ -150,7 +150,7 @@ void test_connectivity() {
// You may call rtc::Cleanup() when finished to free static resources
rtc::Cleanup();
- this_thread::sleep_for(1s);
+ this_thread::sleep_for(2s);
cout << "Success" << endl;
}
@@ -72,7 +72,7 @@ void test_websocket() {
throw runtime_error("Expected message not received");
ws->close();