From 40b7a175a5bea166334451e30f13bbf03e471d7e Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 23 Apr 2020 11:14:34 -0400 Subject: [PATCH] hardware continues integration needs a high RPM high tooth count test case #1351 --- java_console/autotest/src/com/rusefi/AutoTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 8720ed04a7..258e4894f0 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 = 1200; + int rpm = 2000; changeRpm(rpm); assertRpmDoesNotJump(rpm); } @@ -85,7 +85,7 @@ public class AutoTest { setEngineType(40); // TODO: we shall get this RPM higher! // first let's get to expected RPM - int rpm = 4000; + int rpm = 2100; changeRpm(rpm); assertRpmDoesNotJump(rpm); }