Merge "tst_qdtlscookie: use a proper 'enterLoopMSecs' instead of 'enterLoop'"

This commit is contained in:
Timur Pocheptsov 2021-02-26 10:37:38 +01:00 committed by Qt CI Bot
commit 684d44024f

View File

@ -344,7 +344,7 @@ void tst_QDtlsCookie::verifyMultipleClients()
clientsToAdd = clientsToWait = 100; clientsToAdd = clientsToWait = 100;
testLoop.enterLoop(handshakeTimeoutMS * clientsToWait); testLoop.enterLoopMSecs(handshakeTimeoutMS * clientsToWait);
QVERIFY(!testLoop.timeout()); QVERIFY(!testLoop.timeout());
QVERIFY(clientsToWait == 0); QVERIFY(clientsToWait == 0);
} }