autotest: retry dynamic notch test up to 3 times
This commit is contained in:
parent
ae1a667232
commit
30836535d0
@ -6280,7 +6280,8 @@ class AutoTestCopter(AutoTest):
|
||||
|
||||
Test("DynamicNotches",
|
||||
"Fly Dynamic Notches",
|
||||
self.fly_dynamic_notches),
|
||||
self.fly_dynamic_notches,
|
||||
attempts=4),
|
||||
|
||||
Test("GyroFFT",
|
||||
"Fly Gyro FFT",
|
||||
|
Loading…
Reference in New Issue
Block a user