Skip to content

Commit c71602a

Browse files
committed
mac: test_retry6 - change the delay value to avoid intermittent
1 parent acd6f59 commit c71602a

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
@@ -1419,6 +1419,9 @@ fn test_retry6() {
14191419
.arg("existing")
14201420
.run_no_wait();
14211421

1422+
#[cfg(target_vendor = "apple")]
1423+
let delay = 1500;
1424+
#[cfg(not(target_vendor = "apple"))]
14221425
let delay = 1000;
14231426
p.make_assertion_with_delay(delay).is_alive();
14241427

0 commit comments

Comments
 (0)