autotest: change Copter default speedup time to 100

This commit is contained in:
Peter Barker 2022-06-11 23:31:18 +10:00 committed by Peter Barker
parent 9fa3a433f5
commit 02a6f71df4
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ class AutoTestCopter(AutoTest):
def test_filepath(self):
return os.path.realpath(__file__)
def default_speedup(self):
return 100
def set_current_test_name(self, name):
self.current_test_name_directory = "ArduCopter_Tests/" + name + "/"