Skip to content

Commit

Permalink
increase sleep to make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
vemoo committed Feb 18, 2019
1 parent 19f4616 commit 51d80bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ fn watch_recursive_move_out() {

tdir.create("watch_dir/dir1a/dir1/file1");
tdir.rename("watch_dir/dir1a", "dir1b");
sleep(10);
sleep(20);
tdir.create("dir1b/dir1/file2");

let actual = if cfg!(target_os = "windows") {
Expand Down

0 comments on commit 51d80bc

Please sign in to comment.