Tools: reduce mavproxy memory usage on autotest

This commit is contained in:
Pierre Kancir 2018-08-22 11:33:06 +02:00 committed by Peter Barker
parent 7e08d1e921
commit 9d20a13cd4
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ def start_MAVProxy_SITL(atype, aircraft=None, setup=False, master='tcp:127.0.0.1
aircraft = 'test.%s' % atype
cmd += ' --aircraft=%s' % aircraft
cmd += ' ' + ' '.join(options)
cmd += ' --default-modules misc,terrain,relay,log,wp,rally,fence,param,arm,mode,rc,cmdlong,output'
ret = pexpect.spawn(cmd, logfile=logfile, encoding=ENCODING, timeout=60)
ret.delaybeforesend = 0
pexpect_autoclose(ret)