Skip to content

Commit

Permalink
Sleep between all filesystem operations
Browse files Browse the repository at this point in the history
Attempt to fix JuliaLang#26725
  • Loading branch information
staticfloat authored and haampie committed Jun 24, 2018
1 parent 9f6048a commit d35ba70
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 d35ba70

Please sign in to comment.