autotest: increase GPS AUTO glitch timeout
this was timing out in CI
This commit is contained in:
parent
9b3788c83c
commit
de39318f6d
@ -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…
Reference in New Issue
Block a user