Browse Source

autotest: increase GPS AUTO glitch timeout

this was timing out in CI
master
Andrew Tridgell 6 years ago
parent
commit
de39318f6d
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -764,7 +764,7 @@ class AutoTestCopter(AutoTest):
# wait until 100m from home # wait until 100m from home
try: try:
self.wait_distance(100, 5, 60) self.wait_distance(100, 5, 90)
except Exception as e: except Exception as e:
if self.use_map: if self.use_map:
self.show_gps_and_sim_positions(False) self.show_gps_and_sim_positions(False)

Loading…
Cancel
Save