autotest: change plane default speedup time to 100
This commit is contained in:
parent
171bdd9e5b
commit
fc2c3604e8
@ -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__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user