Skip to content

Commit 9b73a5d

Browse files
committed
More mtimedelay tweaking
WSL was still flaky
1 parent 28e3361 commit 9b73a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end
2020
@static if Sys.isapple()
2121
const mtimedelay = 3.1 # so the defining files are old enough not to trigger mtime criterion
2222
elseif Sys.islinux() && isfile("/etc/wsl.conf") # WSL
23-
const mtimedelay = 2.0
23+
const mtimedelay = 3.0
2424
else
2525
const mtimedelay = 0.1
2626
end

0 commit comments

Comments
 (0)