diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index a08a92be1a..150a4f6700 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -210,6 +210,8 @@ public class AutoTest { // switching to Speed Density sendCommand("set_mock_map_voltage 1"); sendComplexCommand("set_algorithm 3"); + IoUtil.changeRpm(2600); + IoUtil.changeRpm(2000); chart = nextChart(); x = -70; assertWaveFall(msg, chart, EngineChart.INJECTOR_4, 0.463, x + 540);