Skip to content

Commit a0c895e

Browse files
committed
Increasing the timeout just in case it's caused by the github runner specs
1 parent 25c06e0 commit a0c895e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/threads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ close(proc.in)
288288
proc = run(cmd; wait = false)
289289
done = Threads.Atomic{Bool}(false)
290290
timeout = false
291-
timer = Timer(100) do _
291+
timer = Timer(150) do _
292292
timeout = true
293293
for sig in [Base.SIGTERM, Base.SIGHUP, Base.SIGKILL]
294294
for _ in 1:1000

0 commit comments

Comments
 (0)