Skip to content

Commit

Permalink
CI: CANGPSCopterMission: reduce speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed Dec 9, 2024
1 parent d395812 commit be168d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,7 @@ def CANGPSCopterMission(self):
# flying on DroneCAN ESCs
"SIM_CAN_SRV_MSK" : 0xFF,
# we can do the flight faster
"SIM_SPEEDUP" : 5,
"SIM_SPEEDUP" : 3,
})

self.CopterMission()
Expand Down

0 comments on commit be168d4

Please sign in to comment.