Skip to content

Commit

Permalink
Sleep for a really long time
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 10, 2024
1 parent 9685454 commit 6ba7c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async fn test_run_everything_from_env() {
// so that here in the test we can assert that the "DONE" messages do
// indeed come last and no out-of-order/race condition errors are happening.
// https://github.com/FNNDSC/oxidicom/issues/4
tokio::time::sleep(Duration::from_secs(2)).await;
tokio::time::sleep(Duration::from_secs(10)).await;
nats_shutdown_tx.send(true).await.unwrap();
let lonk_messages = nats_subscriber_loop.await.unwrap();

Expand Down

0 comments on commit 6ba7c19

Please sign in to comment.