Browse Source

autotest: retry dynamic notch test up to 3 times

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

3
Tools/autotest/arducopter.py

@ -6280,7 +6280,8 @@ class AutoTestCopter(AutoTest): @@ -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…
Cancel
Save