Update rustpad-server/tests/cleanup.rs
This commit is contained in:
parent
ece266180a
commit
e2d9145a5f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ async fn test_cleanup() -> Result<()> {
|
|||
|
||||
let hour = Duration::from_secs(3600);
|
||||
time::pause();
|
||||
time::advance(46 * hour).await;
|
||||
time::advance(47 * hour).await;
|
||||
expect_text(&filter, "old", "hello").await;
|
||||
|
||||
time::advance(3 * hour).await;
|
||||
|
|
Loading…
Add table
Reference in a new issue