autotest: raise overall timeout

This commit is contained in:
Andrew Tridgell 2016-01-20 07:41:29 +11:00
parent 15c8a27d5e
commit b8c6bee132
1 changed files with 1 additions and 1 deletions

View File

@ -180,6 +180,6 @@ killall -9 JSBSim || /bin/true
# raise core limit
ulimit -c 10000000
timelimit 12000 APM/Tools/autotest/autotest.py --timeout=11500 > buildlogs/autotest-output.txt 2>&1
timelimit 22000 APM/Tools/autotest/autotest.py --timeout=20000 > buildlogs/autotest-output.txt 2>&1
) >> build.log 2>&1