Skip to content

Commit 8af24f4

Browse files
committed
Use deterministic time in nexus_shutdown_does_not_hang_when_pending_completion_is_cancelled
1 parent 2c88067 commit 8af24f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/sdk-core/src/core_tests/workers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ async fn graceful_shutdown_sends_shutdown_worker_rpc_during_initiate() {
13331333

13341334
/// Verifies that even if the a nexus task completion is dropped, the nexus worker
13351335
/// is able to trigger PollShutdown.
1336-
#[tokio::test]
1336+
#[tokio::test(start_paused = true)]
13371337
async fn nexus_shutdown_does_not_hang_when_pending_completion_is_cancelled() {
13381338
let telemetry = telemetry_init(
13391339
TelemetryOptions::builder()

0 commit comments

Comments
 (0)