Merge "tst_qdtlscookie: use a proper 'enterLoopMSecs' instead of 'enterLoop'"
This commit is contained in:
commit
684d44024f
@ -344,7 +344,7 @@ void tst_QDtlsCookie::verifyMultipleClients()
|
||||
|
||||
clientsToAdd = clientsToWait = 100;
|
||||
|
||||
testLoop.enterLoop(handshakeTimeoutMS * clientsToWait);
|
||||
testLoop.enterLoopMSecs(handshakeTimeoutMS * clientsToWait);
|
||||
QVERIFY(!testLoop.timeout());
|
||||
QVERIFY(clientsToWait == 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user