Browse Source

Tools: autotest: allow more time for gps-glitch-in-auto test to run

mission-4.1.18
Peter Barker 6 years ago committed by Peter Barker
parent
commit
72aeb26e86
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -814,7 +814,7 @@ class AutoTestCopter(AutoTest):
self.reboot_sitl() self.reboot_sitl()
# fly_gps_glitch_auto_test - fly mission and test reaction to gps glitch # fly_gps_glitch_auto_test - fly mission and test reaction to gps glitch
def fly_gps_glitch_auto_test(self, timeout=120): def fly_gps_glitch_auto_test(self, timeout=180):
# set-up gps glitch array # set-up gps glitch array
glitch_lat = [0.0002996, glitch_lat = [0.0002996,
0.0006958, 0.0006958,

Loading…
Cancel
Save