mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user