autotest: raise timelimits again

This commit is contained in:
Andrew Tridgell 2013-11-05 16:17:25 +11:00 committed by Randy Mackay
parent 85c48e7b41
commit de4d5add6c

View File

@ -139,6 +139,6 @@ echo $githash > "buildlogs/history/$hdate/githash.txt"
killall -9 JSBSim || /bin/true
timelimit 5200 APM/Tools/autotest/autotest.py --timeout=5000 > buildlogs/autotest-output.txt 2>&1
timelimit 6500 APM/Tools/autotest/autotest.py --timeout=6000 > buildlogs/autotest-output.txt 2>&1
) >> build.log 2>&1