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.
This commit is contained in:
Cả thế giới là Rust
2026-05-16 23:08:53 +02:00
committed by GitHub
parent eaf670d04a
commit 34e71a6208
+1 -1
View File
@@ -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";