Skip to content

Commit b5c4140

Browse files
Increase test timeout limit for 1.8 (#311)
1 parent 15829b0 commit b5c4140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ try
241241

242242
# catch timeouts
243243
pid = remotecall_fetch(getpid, wrkr)
244-
timer = Timer(300) do _
244+
timer = Timer(360) do _
245245
@warn "Test timed out: $test"
246246
t1 = rmprocs(wrkr, waitfor=0)
247247

0 commit comments

Comments
 (0)