AutoTest: update failsafe timeout to 180 to give it more time to pass.
This commit is contained in:
parent
99e96031f2
commit
c574393995
@ -180,7 +180,7 @@ def fly_RTL(mavproxy, mav, side=60, timeout=250):
|
|||||||
return True
|
return True
|
||||||
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'''
|
'''Fly, Failsafe, return, land'''
|
||||||
mavproxy.send('switch 6\n')
|
mavproxy.send('switch 6\n')
|
||||||
wait_mode(mav, 'STABILIZE')
|
wait_mode(mav, 'STABILIZE')
|
||||||
|
Loading…
Reference in New Issue
Block a user