autotest: allow CAN test to run at speedup 10

we can now use larger speedups for DroneCAN SITL AP_Periph
This commit is contained in:
Andrew Tridgell 2023-08-19 11:08:17 +10:00 committed by Peter Barker
parent b76e2342db
commit 19ce28a49d
1 changed files with 1 additions and 0 deletions

View File

@ -2621,6 +2621,7 @@ class AutoTestCopter(AutoTest):
"GPS_TYPE": 9,
"GPS_TYPE2": 9,
"SIM_GPS2_DISABLE": 0,
"SIM_SPEEDUP": 10,
})
self.context_push()