Browse Source

autotest: retry GyroFFTHarmonic test on failure

zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
281296832a
  1. 3
      Tools/autotest/arducopter.py

3
Tools/autotest/arducopter.py

@ -6289,7 +6289,8 @@ class AutoTestCopter(AutoTest): @@ -6289,7 +6289,8 @@ class AutoTestCopter(AutoTest):
Test("GyroFFTHarmonic",
"Fly Gyro FFT Harmonic Matching",
self.fly_gyro_fft_harmonic),
self.fly_gyro_fft_harmonic,
attempts=4),
Test("CompassReordering",
"Test Compass reordering when priorities are changed",

Loading…
Cancel
Save