Compare commits
2 commits
d6f116760e
...
2ceca879c8
Author | SHA1 | Date | |
---|---|---|---|
2ceca879c8 | |||
3084117d1d |
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(10)).await;
|
||||
actix_rt::time::sleep(Duration::from_millis(20)).await;
|
||||
System::current().stop();
|
||||
|
||||
//then
|
||||
|
|
Loading…
Reference in a new issue