AutoTest: update failsafe timeout to 180 to give it more time to pass.

This commit is contained in:
rmackay9 2012-08-14 11:25:10 +09:00
parent 394a3059b7
commit 34517349db
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ def fly_RTL(mavproxy, mav, side=60, timeout=250):
return True
return True
def fly_failsafe(mavproxy, mav, side=60, timeout=120):
def fly_failsafe(mavproxy, mav, side=60, timeout=180):
'''Fly, Failsafe, return, land'''
mavproxy.send('switch 6\n')
wait_mode(mav, 'STABILIZE')