Skip to content

Commit

Permalink
fix windows unstable
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc committed Jan 23, 2024
1 parent dd394d5 commit 714d490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mod tests {
let duration_ns_std = std_instant.elapsed();

#[cfg(target_os = "windows")]
let expect_max_delta_ns = 20_000_000;
let expect_max_delta_ns = 40_000_000;
#[cfg(not(target_os = "windows"))]
let expect_max_delta_ns = 5_000_000;

Expand Down

0 comments on commit 714d490

Please sign in to comment.