From 34e71a620889b16c5556768f240712482ebebfb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=E1=BA=A3=20th=E1=BA=BF=20gi=E1=BB=9Bi=20l=C3=A0=20Rust?= <90588855+naoNao89@users.noreply.github.com> Date: Sun, 17 May 2026 04:08:53 +0700 Subject: [PATCH] test(tail): fix flaky test_follow_name_multiple on macOS (#9636) Increase timeout from 500ms to 1300ms on macOS to account for file system caching delays when reading redirected output from temp files. --- tests/by-util/test_tail.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_tail.rs b/tests/by-util/test_tail.rs index d4a4d1232..77bc96635 100644 --- a/tests/by-util/test_tail.rs +++ b/tests/by-util/test_tail.rs @@ -653,7 +653,7 @@ fn test_follow_name_multiple() { child .make_assertion_with_delay(delay) .is_alive() - .with_current_output() + .with_all_output() .stdout_only_fixture("foobar_follow_multiple.expected"); let first_append = "trois\n";