Skip to content

Commit

Permalink
restore delays
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin271 committed Dec 20, 2023
1 parent 26ebe53 commit cf9319c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file_watcher/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ struct Delays {
impl Delays {
fn new() -> Self {
Self {
delay: Duration::from_millis(200),
short_timeout: Duration::from_millis(100),
delay: Duration::from_millis(75),
short_timeout: Duration::from_millis(25),
long_timeout: Duration::from_millis(1_500),
}
}
Expand Down

0 comments on commit cf9319c

Please sign in to comment.