mirror of https://github.com/ArduPilot/ardupilot
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:
parent
b76e2342db
commit
19ce28a49d
|
@ -2621,6 +2621,7 @@ class AutoTestCopter(AutoTest):
|
||||||
"GPS_TYPE": 9,
|
"GPS_TYPE": 9,
|
||||||
"GPS_TYPE2": 9,
|
"GPS_TYPE2": 9,
|
||||||
"SIM_GPS2_DISABLE": 0,
|
"SIM_GPS2_DISABLE": 0,
|
||||||
|
"SIM_SPEEDUP": 10,
|
||||||
})
|
})
|
||||||
|
|
||||||
self.context_push()
|
self.context_push()
|
||||||
|
|
Loading…
Reference in New Issue