AutoTest: increase throttle for fly_square test

This commit is contained in:
Randy Mackay 2014-12-30 20:48:12 +09:00
parent e0943851d6
commit 4ea48f8f64

View File

@ -160,7 +160,7 @@ def fly_square(mavproxy, mav, side=50, timeout=120):
save_wp(mavproxy, mav)
# switch back to stabilize mode
mavproxy.send('rc 3 1380\n')
mavproxy.send('rc 3 1420\n')
mavproxy.send('switch 6\n')
wait_mode(mav, 'STABILIZE')