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:
Andrew Tridgell 2016-04-02 07:47:16 +11:00
parent 913cf9dd37
commit 27934a893e

View File

@ -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