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",
|
Test("DynamicNotches",
|
||||||
"Fly Dynamic Notches",
|
"Fly Dynamic Notches",
|
||||||
self.fly_dynamic_notches),
|
self.fly_dynamic_notches,
|
||||||
|
attempts=4),
|
||||||
|
|
||||||
Test("GyroFFT",
|
Test("GyroFFT",
|
||||||
"Fly Gyro FFT",
|
"Fly Gyro FFT",
|
||||||
|
Loading…
Reference in New Issue
Block a user