Skip to content

Commit

Permalink
Bump the timeout on the config::watcher::tests::file_directory_update…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
syedriko committed Jul 10, 2022
1 parent 77ecb7f commit 7dc0d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ mod tests {

let _ = spawn_thread(&[file_path.parent().unwrap().to_path_buf()], delay).unwrap();

if !test(&mut file, delay * 5).await {
if !test(&mut file, delay * 12).await {
panic!("Test timed out");
}
}
Expand Down

0 comments on commit 7dc0d1f

Please sign in to comment.