Skip to content

Commit

Permalink
bump run_replacement_tasks_to_completion timeout to 60s (oxidecompute…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp authored Nov 15, 2024
1 parent 7cf372d commit 5b865b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/test-utils/src/background.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ pub async fn run_replacement_tasks_to_completion(
}
},
&Duration::from_secs(1),
&Duration::from_secs(20),
&Duration::from_secs(60),
)
.await
.unwrap();
Expand Down

0 comments on commit 5b865b7

Please sign in to comment.