Browse Source

autotest: external timeout must be greater than internal timeout

or we can get blank output
mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
becd180441
  1. 2
      Tools/scripts/build_autotest.sh

2
Tools/scripts/build_autotest.sh

@ -119,6 +119,6 @@ echo $githash > "buildlogs/history/$hdate/githash.txt"
(cd APM && Tools/scripts/build_parameters.sh) (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 ) >> build.log 2>&1

Loading…
Cancel
Save