Browse Source

autotest: raise timeout again

after trying lots of other things to speed up build_binaries.sh it
still isn't fast enough, so this just raises the timeout by 50%
master
Andrew Tridgell 9 years ago
parent
commit
27934a893e
  1. 2
      Tools/scripts/build_autotest.sh

2
Tools/scripts/build_autotest.sh

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

Loading…
Cancel
Save