Skip to content

Commit

Permalink
Fix kill_all_waits_for_all_tasks_to_finish test stuck on windows (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
steedmicro committed Dec 20, 2023
1 parent c6f8b8a commit 143a5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativelink-worker/tests/running_actions_manager_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ exit 1
tokio::pin!(execute_results_fut);
{
// Advance the action as far as possible and ensure we are not waiting on cleanup.
for _ in 0..1000 {
for _ in 0..100 {
assert!(futures::poll!(&mut execute_results_fut).is_pending());
tokio::task::yield_now().await;
}
Expand Down

0 comments on commit 143a5a1

Please sign in to comment.