From dc0709410157f9556e06a5e9ee618343919db0b9 Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 23 Apr 2020 11:03:48 -0400 Subject: [PATCH] hardware continues integration needs a high RPM high tooth count test case #1351 --- java_console/autotest/src/com/rusefi/AutoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index fcbca7ebbf..8720ed04a7 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -76,7 +76,7 @@ public class AutoTest { setEngineType(32); // TODO: we shall get this RPM higher! // first let's get to expected RPM - int rpm = 4000; + int rpm = 1200; changeRpm(rpm); assertRpmDoesNotJump(rpm); }