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 28e3361 commit 9b73a5dCopy full SHA for 9b73a5d
test/common.jl
@@ -20,7 +20,7 @@ end
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
+ const mtimedelay = 3.0
24
else
25
const mtimedelay = 0.1
26
end
0 commit comments