Skip to content

Commit

Permalink
Merge pull request #95 from syedriko/syedriko_file_directory_update_test
Browse files Browse the repository at this point in the history
Bump the timeout on the config::watcher::tests::file_directory_update test
  • Loading branch information
syedriko authored Jul 10, 2022
2 parents 77ecb7f + 7dc0d1f commit 348a8a5
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 348a8a5

Please sign in to comment.