Преглед на файлове

Increased WebSocketServer test timeout

Paul-Louis Ageneau преди 4 години
родител
ревизия
ae87a264ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);