Browse Source

autotest: retry dynamic notches 8 times before failing

This test is flapping.

This is a poor - but serviceable - workaround.
zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
c7a9fb3c9c
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -7035,7 +7035,7 @@ class AutoTestCopter(AutoTest): @@ -7035,7 +7035,7 @@ class AutoTestCopter(AutoTest):
Test("DynamicRpmNotches",
"Fly Dynamic Notches driven by ESC Telemetry",
self.fly_esc_telemetry_notches,
attempts=1),
attempts=8),
Test("GyroFFT",
"Fly Gyro FFT",

Loading…
Cancel
Save