Browse Source

autotest: att attempts to DataFlashErase test

apm_2208
Andy Piper 3 years ago committed by Peter Barker
parent
commit
022ae00199
  1. 3
      Tools/autotest/arducopter.py

3
Tools/autotest/arducopter.py

@ -9240,7 +9240,8 @@ class AutoTestCopter(AutoTest): @@ -9240,7 +9240,8 @@ class AutoTestCopter(AutoTest):
Test("DataFlashErase",
"Test DataFlash Block backend erase",
self.test_dataflash_erase),
self.test_dataflash_erase,
attempts=8),
Test("Callisto",
"Test Callisto",

Loading…
Cancel
Save