diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index f26cbaeb6b..565e02d3af 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -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 + "/"