autotest: retry dynamic notch test up to 3 times

This commit is contained in:
Peter Barker 2021-01-21 22:34:27 +11:00 committed by Peter Barker
parent ae1a667232
commit 30836535d0
1 changed files with 2 additions and 1 deletions

View File

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