We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acfa39 commit ac6024fCopy full SHA for ac6024f
test/runtime_tests.cc
@@ -1062,7 +1062,7 @@ namespace detail {
1062
std::this_thread::sleep_for(std::chrono::milliseconds(100));
1063
});
1064
1065
- std::this_thread::sleep_for(std::chrono::milliseconds(25)); // we print a warning when starvation time > 10%
+ std::this_thread::sleep_for(std::chrono::milliseconds(35)); // we print a warning when starvation time > 20%
1066
experimental::flush(q);
1067
}
1068
0 commit comments