Selaa lähdekoodia

Update rustpad-server/tests/cleanup.rs

Eric Zhang 4 vuotta sitten
vanhempi
commit
e2d9145a5f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      rustpad-server/tests/cleanup.rs

+ 1 - 1
rustpad-server/tests/cleanup.rs

@@ -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;