autotest: increase GPS AUTO glitch timeout

this was timing out in CI
This commit is contained in:
Andrew Tridgell 2018-10-17 13:56:06 +11:00
parent 9b3788c83c
commit de39318f6d

View File

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