mirror of https://github.com/ArduPilot/ardupilot
autotest: raise timeout again
This commit is contained in:
parent
b1c6931ade
commit
ce4da9b09c
|
@ -162,6 +162,6 @@ killall -9 JSBSim || /bin/true
|
|||
# raise core limit
|
||||
ulimit -c 10000000
|
||||
|
||||
timelimit 7500 APM/Tools/autotest/autotest.py --timeout=7000 > buildlogs/autotest-output.txt 2>&1
|
||||
timelimit 8500 APM/Tools/autotest/autotest.py --timeout=8000 > buildlogs/autotest-output.txt 2>&1
|
||||
|
||||
) >> build.log 2>&1
|
||||
|
|
Loading…
Reference in New Issue