Compare commits
2 commits
2ceca879c8
...
d6f116760e
Author | SHA1 | Date | |
---|---|---|---|
d6f116760e | |||
2a836b42b7 |
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ async fn when_fail_should_recheck_after_delay() -> TestResult {
|
|||
git::forge::commit::Status::Fail,
|
||||
)))
|
||||
.await?;
|
||||
actix_rt::time::sleep(Duration::from_millis(20)).await;
|
||||
actix_rt::time::sleep(Duration::from_millis(10)).await;
|
||||
System::current().stop();
|
||||
|
||||
//then
|
||||
|
|
Loading…
Reference in a new issue