Commit 99aad0ea authored by Dominik Charousset's avatar Dominik Charousset

Add down time between polling in actor_pool test

parent 060ec2be
......@@ -122,6 +122,9 @@ CAF_TEST(round_robin_actor_pool) {
if (success) {
std::sort(ws.begin(), ws.end());
CAF_CHECK_EQUAL(workers, ws);
} else {
// wait a bit until polling again
std::this_thread::sleep_for(std::chrono::milliseconds(5));
}
}
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment