Compare commits
2 commits
1cc1a616b9
...
154141a6ed
Author | SHA1 | Date | |
---|---|---|---|
154141a6ed | |||
9f277199e0 |
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(9)).await;
|
||||
actix_rt::time::sleep(Duration::from_millis(1)).await;
|
||||
System::current().stop();
|
||||
|
||||
//then
|
||||
|
|
Loading…
Reference in a new issue