give websocket_subprotocol test more time to establish a connection
This commit is contained in:
@ -96,7 +96,7 @@ TEST_CASE("subprotocol", "[websocket_subprotocol]")
|
||||
int attempts = 0;
|
||||
while (!connected)
|
||||
{
|
||||
REQUIRE(attempts++ < 10);
|
||||
REQUIRE(attempts++ < 100);
|
||||
ix::msleep(10);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user