mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
autotest: retry dynamic notches 8 times before failing
This test is flapping. This is a poor - but serviceable - workaround.
This commit is contained in:
parent
444c413803
commit
c7a9fb3c9c
@ -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…
Reference in New Issue
Block a user