autotest: lower aerobatics speedup to 5

This commit is contained in:
Andrew Tridgell 2022-11-12 10:28:34 +11:00
parent 46d41e5995
commit 38a9269822
1 changed files with 1 additions and 1 deletions

View File

@ -3986,7 +3986,7 @@ class AutoTestPlane(AutoTest):
"TRIK1_ID": 72,
"RC7_OPTION" : 300, # activation switch
"RC9_OPTION" : 301, # selection switch
"SIM_SPEEDUP": 20, # need to give some cycles to lua
"SIM_SPEEDUP": 5, # need to give some cycles to lua
})
self.wait_ready_to_arm()