Skip to content

Commit 76617b6

Browse files
committed
mac test
1 parent 3a356a2 commit 76617b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,8 @@ mod tests {
955955
);
956956
#[cfg(target_os = "macos")]
957957
assert!(
958-
result.duration < Duration::from_secs(3),
959-
"Duration should be < 3s"
958+
result.duration < Duration::from_secs(5),
959+
"Duration should be < 5s"
960960
);
961961
});
962962
}

0 commit comments

Comments
 (0)