autotest: raise timeout again

This commit is contained in:
Andrew Tridgell 2014-11-14 10:26:18 +11:00
parent b1c6931ade
commit ce4da9b09c
1 changed files with 1 additions and 1 deletions

View File

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