mirror of https://github.com/ArduPilot/ardupilot
autotest: external timeout must be greater than internal timeout
or we can get blank output
This commit is contained in:
parent
4a75351bd3
commit
becd180441
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue