Browse Source

Added more time for timeouts

mission-4.1.18
Jason Short 13 years ago
parent
commit
839774fbf3
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

@ -135,7 +135,7 @@ def wait_location(mav, loc, accuracy=5, timeout=30, target_altitude=None, height @@ -135,7 +135,7 @@ def wait_location(mav, loc, accuracy=5, timeout=30, target_altitude=None, height
print("Failed to attain location")
return False
def wait_waypoint(mav, wpnum_start, wpnum_end, allow_skip=True, timeout=60):
def wait_waypoint(mav, wpnum_start, wpnum_end, allow_skip=True, timeout=400):
'''wait for waypoint ranges'''
tstart = time.time()
# this message arrives after we set the current WP

Loading…
Cancel
Save