autotest: set Rover speedup to 30

This is closer to what's achieved on modern CPUs.

Running at 100 can lead to very rapid RC inputs which can cause issues.
This commit is contained in:
Peter Barker 2022-06-29 16:52:52 +10:00 committed by Peter Barker
parent b6f7887182
commit ef0f5110cb

View File

@ -71,7 +71,7 @@ class AutoTestRover(AutoTest):
return "rover"
def default_speedup(self):
return 100
return 30
def is_rover(self):
return True