autotest: change plane default speedup time to 100

This commit is contained in:
Peter Barker 2022-06-11 10:52:34 +10:00 committed by Andrew Tridgell
parent 171bdd9e5b
commit fc2c3604e8

View File

@ -54,6 +54,9 @@ class AutoTestPlane(AutoTest):
def log_name(self):
return "ArduPlane"
def default_speedup(self):
return 100
def test_filepath(self):
return os.path.realpath(__file__)