give websocket_subprotocol test more time to establish a connection

This commit is contained in:
Benjamin Sergeant
2020-05-08 09:25:54 -07:00
parent c9d5b4a581
commit 3912e22b28
2 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,7 @@ TEST_CASE("subprotocol", "[websocket_subprotocol]")
int attempts = 0;
while (!connected)
{
REQUIRE(attempts++ < 10);
REQUIRE(attempts++ < 100);
ix::msleep(10);
}