Skip to content

Commit

Permalink
Sleep between all filesystem operations
Browse files Browse the repository at this point in the history
Attempt to fix #26725
  • Loading branch information
staticfloat committed Jun 21, 2018
1 parent 43f66e2 commit 61186d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/FileWatching/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ function test_dirmonitor_wait2(tval)
end
@sync begin
@async begin
sleep(tval)
for i = 1:3
sleep(tval)
rm("$file$i")
end
end
Expand Down

0 comments on commit 61186d8

Please sign in to comment.