Skip to content

Commit 98a4fc7

Browse files
committed
Increase test timeout limit (again)
1 parent 2ab7554 commit 98a4fc7

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
@@ -245,7 +245,7 @@ try
245245

246246
# catch timeouts
247247
pid = remotecall_fetch(getpid, wrkr)
248-
timer = Timer(360) do _
248+
timer = Timer(480) do _
249249
@warn "Test timed out: $test"
250250
t1 = rmprocs(wrkr, waitfor=0)
251251

0 commit comments

Comments
 (0)