Skip to content

Commit 5b09484

Browse files
committed
mac: increase tail test delays to fix intermittent failure
1 parent c71602a commit 5b09484

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/by-util/test_tail.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ const FOLLOW_NAME_SHORT_EXP: &str = "follow_name_short.expected";
7676
#[allow(dead_code)]
7777
const FOLLOW_NAME_EXP: &str = "follow_name.expected";
7878

79+
#[cfg(target_vendor = "apple")]
80+
const DEFAULT_SLEEP_INTERVAL_MILLIS: u64 = 1500;
81+
#[cfg(not(target_vendor = "apple"))]
7982
const DEFAULT_SLEEP_INTERVAL_MILLIS: u64 = 1000;
8083

8184
// The binary integer "10000000" is *not* a valid UTF-8 encoding

0 commit comments

Comments
 (0)