autotest: retry dynamic notches 8 times before failing

This test is flapping.

This is a poor - but serviceable - workaround.
This commit is contained in:
Peter Barker 2021-05-17 20:54:26 +10:00 committed by Peter Barker
parent 444c413803
commit c7a9fb3c9c

View File

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