mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user