mirror of https://github.com/ArduPilot/ardupilot
AutoTest: update failsafe timeout to 180 to give it more time to pass.
This commit is contained in:
parent
394a3059b7
commit
34517349db
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue