forked from kemitix/git-next
fix(test): give actix more time to process message
This commit is contained in:
parent
a650996ecd
commit
64da1d8a34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue