autotest: fixed timeout waiting for LOITER
This commit is contained in:
parent
9cf70fe3f7
commit
0d6e8e9c0d
@ -86,7 +86,6 @@ def fly_RTL(mavproxy, mav):
|
||||
def fly_LOITER(mavproxy, mav, num_circles=4):
|
||||
'''loiter where we are'''
|
||||
print("Testing LOITER for %u turns" % num_circles)
|
||||
mavproxy.send('switch 3\n')
|
||||
mavproxy.send('loiter\n')
|
||||
wait_mode(mav, 'LOITER')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user