From 38a9269822f4be312ff7fb31a50e7d056e20a7cf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 12 Nov 2022 10:28:34 +1100 Subject: [PATCH] autotest: lower aerobatics speedup to 5 --- Tools/autotest/arduplane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 3c5553d381..a7dce8cddc 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -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()