diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 1a062570f8..cd16981d71 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -84,15 +84,14 @@ public class AutoTest { setEngineType(32); changeRpm(900); // first let's get to expected RPM - assertRpmDoesNotJump(8000, 15, 30, FAIL); + assertRpmDoesNotJump(12000, 15, 30, FAIL); } private static void testV12() { setEngineType(40); changeRpm(700); - // TODO: we shall get this RPM higher! // first let's get to expected RPM - assertRpmDoesNotJump(7000, 15, 30, FAIL); + assertRpmDoesNotJump(9000, 15, 30, FAIL); } public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function callback) {