mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
autotest: raise timeout again
after trying lots of other things to speed up build_binaries.sh it still isn't fast enough, so this just raises the timeout by 50%
This commit is contained in:
parent
913cf9dd37
commit
27934a893e
@ -138,6 +138,6 @@ killall -9 JSBSim || /bin/true
|
||||
# raise core limit
|
||||
ulimit -c 10000000
|
||||
|
||||
timelimit 22000 APM/Tools/autotest/autotest.py --timeout=20000 > buildlogs/autotest-output.txt 2>&1
|
||||
timelimit 32000 APM/Tools/autotest/autotest.py --timeout=30000 > buildlogs/autotest-output.txt 2>&1
|
||||
|
||||
) >> build.log 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user