Skip to content
Snippets Groups Projects
Commit 79872291 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

unit tests: wait 1ms between puts

parent 966e6205
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ DhtRunnerTester::testListen() {
if (ok) putOkCount++;
cv.notify_all();
});
std::this_thread::sleep_for(std::chrono::milliseconds(1));
}
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment