mirror of https://github.com/ArduPilot/ardupilot
autotest: raise timeout to 7000 seconds
This commit is contained in:
parent
df3c565cd8
commit
caeb2c4d0d
|
@ -159,6 +159,6 @@ echo $githash > "buildlogs/history/$hdate/githash.txt"
|
|||
|
||||
killall -9 JSBSim || /bin/true
|
||||
|
||||
timelimit 6500 APM/Tools/autotest/autotest.py --timeout=6000 > buildlogs/autotest-output.txt 2>&1
|
||||
timelimit 7500 APM/Tools/autotest/autotest.py --timeout=7000 > buildlogs/autotest-output.txt 2>&1
|
||||
|
||||
) >> build.log 2>&1
|
||||
|
|
Loading…
Reference in New Issue