Pārlūkot izejas kodu

Update rustpad-server/tests/cleanup.rs

Eric Zhang 4 gadi atpakaļ
vecāks
revīzija
e2d9145a5f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;