Skip to content

Commit

Permalink
Allow a longer timeout on the timeout tests to reduce false failures (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrobinson251 authored Apr 6, 2023
1 parent df21573 commit 8a3f8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrationtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ end
# is replaced after the timeout and subsequent testitems still run.
nworkers = 1
@assert nworkers == 1
results = encased_testset(()->runtests(file; nworkers, debug=1, testitem_timeout=2.0))
results = encased_testset(()->runtests(file; nworkers, debug=1, testitem_timeout=4.0))
@test n_tests(results) == 2
@test n_passed(results) == 1
# Test the error is as expected
Expand Down

0 comments on commit 8a3f8bf

Please sign in to comment.