Browse Source

autotest: reduce speedup on quadplane test to 10

mavproxy wasn't keeping up on autotest server
mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
417176c0b2
  1. 2
      Tools/autotest/quadplane.py

2
Tools/autotest/quadplane.py

@ -54,7 +54,7 @@ def fly_QuadPlane(viewerip=None, map=False): @@ -54,7 +54,7 @@ def fly_QuadPlane(viewerip=None, map=False):
if map:
options += ' --map'
sil = util.start_SIL('ArduPlane', model='quadplane', wipe=True, home=HOME_LOCATION, speedup=20,
sil = util.start_SIL('ArduPlane', model='quadplane', wipe=True, home=HOME_LOCATION, speedup=10,
defaults_file=os.path.join(testdir, 'quadplane.parm'))
mavproxy = util.start_MAVProxy_SIL('QuadPlane', options=options)
mavproxy.expect('Telemetry log: (\S+)')

Loading…
Cancel
Save