Increase timings for recurrent shared future test

This commit is contained in:
nsubiron 2019-04-30 17:14:19 +02:00
parent c60f566530
commit 413737887f
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ TEST(recurrent_shared_future, use_case) {
}
});
std::this_thread::sleep_for(12ms);
std::this_thread::sleep_for(100ms);
for (auto i = 0u; i < number_of_openings - 1u; ++i) {
future.SetValue(42);
std::this_thread::sleep_for(4ms);
std::this_thread::sleep_for(10ms);
}
done = true;
future.SetValue(42);