Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
aarch64 can be extremely slow; be generous with our timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 12, 2020
1 parent 5b4da59 commit a5b45cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/separated_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def run_julia_tests(props_obj):
name="Run tests",
command=run_julia_tests,
haltOnFailure=True,
# Fail out if 45 minutes have gone by with nothing printed to stdout
timeout=45*60,
# Fail out if 90 minutes have gone by with nothing printed to stdout
timeout=90*60,
# Kill everything if the overall job has taken more than 10 hours
maxTime=60*60*10,
# Give the process 10 seconds to print out the current backtraces when being killed
Expand Down

0 comments on commit a5b45cc

Please sign in to comment.