소스 검색

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);