diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index ae0646fe00..bbea8738c4 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -880,7 +880,7 @@ def fly_ArduCopter(viewerip=None, map=False): if TARGET != 'sitl': util.build_SIL('ArduCopter', target=TARGET) - sim_cmd = util.reltopdir('Tools/autotest/pysim/sim_multicopter.py') + ' --frame=%s --nowait --nowait --rate=800 --home=%f,%f,%u,%u' % ( + sim_cmd = util.reltopdir('Tools/autotest/pysim/sim_multicopter.py') + ' --frame=%s --nowait --nowait --rate=400 --home=%f,%f,%u,%u' % ( FRAME, HOME.lat, HOME.lng, HOME.alt, HOME.heading) sim_cmd += ' --wind=6,45,.3' if viewerip: