Skip to content

Commit

Permalink
Change the matcher interval for -newerXY tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbings authored and sylvestre committed Apr 3, 2024
1 parent c44c7b2 commit dcbf986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/find/matchers/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ mod tests {

let created_matcher = NewerTimeMatcher::new(NewerOptionType::Birthed, time);

thread::sleep(Duration::from_secs(2));
thread::sleep(Duration::from_millis(100));
let temp_dir = Builder::new()
.prefix("newer_time_matcher")
.tempdir()
Expand Down

0 comments on commit dcbf986

Please sign in to comment.