diff --git a/crates/cli/src/repo/tests/handlers/advance_next.rs b/crates/cli/src/repo/tests/handlers/advance_next.rs index 44ae8f6..4a681c7 100644 --- a/crates/cli/src/repo/tests/handlers/advance_next.rs +++ b/crates/cli/src/repo/tests/handlers/advance_next.rs @@ -43,7 +43,7 @@ async fn should_fetch_then_push_then_revalidate() -> TestResult { }, )) .await?; - actix_rt::time::sleep(Duration::from_millis(1)).await; + actix_rt::time::sleep(Duration::from_millis(9)).await; System::current().stop(); //then