Procházet zdrojové kódy

Increased WebSocketServer test timeout

Paul-Louis Ageneau před 4 roky
rodič
revize
ae87a264ff
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/websocketserver.cpp

+ 1 - 1
test/websocketserver.cpp

@@ -92,7 +92,7 @@ void test_websocketserver() {
 
 	ws.open("wss://localhost:48080/");
 
-	int attempts = 10;
+	int attempts = 15;
 	while ((!ws.isOpen() || !received) && attempts--)
 		this_thread::sleep_for(1s);