Skip to content

Commit 9ed9aa7

Browse files
test: increase timeout for test
1 parent 8932433 commit 9ed9aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ end
15681568

15691569
cmd = `$(Base.julia_cmd()) --project=$(@__DIR__) -e $code`
15701570
proc = run(cmd, stdin, stdout, stderr; wait = false)
1571-
sleep(120)
1571+
sleep(180)
15721572
@test !process_running(proc)
15731573
kill(proc, Base.SIGKILL)
15741574
end

0 commit comments

Comments
 (0)