autotest: fixed timeout waiting for LOITER

This commit is contained in:
Andrew Tridgell 2014-02-17 12:49:00 +11:00
parent 9cf70fe3f7
commit 0d6e8e9c0d

View File

@ -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')