We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ae625 commit 7b6d113Copy full SHA for 7b6d113
test/common.jl
@@ -19,8 +19,10 @@ end
19
20
@static if Sys.isapple()
21
const mtimedelay = 3.1 # so the defining files are old enough not to trigger mtime criterion
22
+elseif Sys.islinux() && isfile("/etc/wsl.conf") # WSL
23
+ const mtimedelay = 2.0
24
else
- const mtimedelay = 0.2
25
+ const mtimedelay = 0.1
26
end
27
28
yry() = (sleep(mtimedelay); revise(); sleep(mtimedelay))
0 commit comments