bump some test timeout

This commit is contained in:
Benjamin Sergeant 2020-05-08 10:03:18 -07:00
parent 4773af8f2f
commit fa9a4660c6

View File

@ -93,10 +93,11 @@ TEST_CASE("subprotocol", "[websocket_subprotocol]")
webSocket.setUrl(url);
webSocket.start();
// Give us 3 seconds to connect
int attempts = 0;
while (!connected)
{
REQUIRE(attempts++ < 100);
REQUIRE(attempts++ < 300);
ix::msleep(10);
}