autotest: retry GyroFFTHarmonic test on failure

This commit is contained in:
Peter Barker 2021-01-21 15:27:51 +11:00 committed by Peter Barker
parent 3279400e2e
commit 281296832a

View File

@ -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",