Tools: ardusub.py: increase timeout to allow Valgrind to pass

This commit is contained in:
Peter Barker 2017-07-20 15:45:15 +10:00
parent 89478d5a28
commit c383d64954
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def dive_manual(mavproxy, mav):
mavproxy.send('rc 5 1600\n')
mavproxy.send('rc 6 1550\n')
if not wait_distance(mav, 50, accuracy=7, timeout=100):
if not wait_distance(mav, 50, accuracy=7, timeout=200):
return False
mavproxy.send('rc 4 1550\n')