Skip to content
Snippets Groups Projects
Commit c10778d6 authored by Jason Short's avatar Jason Short
Browse files

Better throttle for tests

parent 30efbae0
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ homeloc = None
num_wp = 0
def hover(mavproxy, mav):
mavproxy.send('rc 3 1385\n')
mavproxy.send('rc 3 1395\n')
return True
def calibrate_level(mavproxy, mav):
......@@ -214,7 +214,7 @@ def fly_simple(mavproxy, mav, side=60, timeout=120):
'''fly Simple, flying N then E'''
mavproxy.send('switch 6\n')
wait_mode(mav, 'STABILIZE')
mavproxy.send('rc 3 1395\n')
mavproxy.send('rc 3 1400\n')
tstart = time.time()
failed = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment