Skip to content

Commit 9bb8684

Browse files
authored
Relax timing restriction in pidfile test (#60288)
1 parent 231c9e0 commit 9bb8684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/FileWatching/test/pidfile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ end
236236
@test t < 2
237237
t = @elapsed f = open_exclusive("pidfile", poll_interval=3, stale_age=10)::File
238238
close(f)
239-
@test 8 < t < 20
239+
@test 8 < t < 25
240240
rm("pidfile")
241241
end
242242

0 commit comments

Comments
 (0)