From d6a8208a7637487a47f51b1a0b8e9e74bb075693 Mon Sep 17 00:00:00 2001 From: Jan Scheer Date: Thu, 9 Jun 2022 18:42:27 +0200 Subject: [PATCH] test_tail: increase delay for test_follow_name_move_create2 Increase delay for this test to be more resillient against load-jitter on the CI test VMs. --- tests/by-util/test_tail.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/by-util/test_tail.rs b/tests/by-util/test_tail.rs index 3b809114f56..4cb5cc2387e 100644 --- a/tests/by-util/test_tail.rs +++ b/tests/by-util/test_tail.rs @@ -1877,10 +1877,10 @@ fn test_follow_name_move_create2() { "9", ]; - let delay = 300; + let delay = 500; for _ in 0..2 { let mut p = ts.ucmd().set_stdin(Stdio::null()).args(&args).run_no_wait(); - sleep(Duration::from_millis(100)); + sleep(Duration::from_millis(delay)); at.truncate("9", "x\n"); sleep(Duration::from_millis(delay));