Skip to content

Commit 34e71a6

Browse files
authored
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.
1 parent eaf670d commit 34e71a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/by-util/test_tail.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ fn test_follow_name_multiple() {
653653
child
654654
.make_assertion_with_delay(delay)
655655
.is_alive()
656-
.with_current_output()
656+
.with_all_output()
657657
.stdout_only_fixture("foobar_follow_multiple.expected");
658658

659659
let first_append = "trois\n";

0 commit comments

Comments
 (0)