autotest: external timeout must be greater than internal timeout

or we can get blank output
This commit is contained in:
Andrew Tridgell 2013-07-08 21:52:24 +10:00
parent 4a75351bd3
commit becd180441
1 changed files with 1 additions and 1 deletions

View File

@ -119,6 +119,6 @@ echo $githash > "buildlogs/history/$hdate/githash.txt"
(cd APM && Tools/scripts/build_parameters.sh)
timelimit 4800 APM/Tools/autotest/autotest.py --timeout=5000 > buildlogs/autotest-output.txt 2>&1
timelimit 5200 APM/Tools/autotest/autotest.py --timeout=5000 > buildlogs/autotest-output.txt 2>&1
) >> build.log 2>&1