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