We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71602a commit 5b09484Copy full SHA for 5b09484
tests/by-util/test_tail.rs
@@ -76,6 +76,9 @@ const FOLLOW_NAME_SHORT_EXP: &str = "follow_name_short.expected";
76
#[allow(dead_code)]
77
const FOLLOW_NAME_EXP: &str = "follow_name.expected";
78
79
+#[cfg(target_vendor = "apple")]
80
+const DEFAULT_SLEEP_INTERVAL_MILLIS: u64 = 1500;
81
+#[cfg(not(target_vendor = "apple"))]
82
const DEFAULT_SLEEP_INTERVAL_MILLIS: u64 = 1000;
83
84
// The binary integer "10000000" is *not* a valid UTF-8 encoding
0 commit comments