From f33189db694e1944c50dd9826e1db0741abd7829 Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 18 Jun 2020 11:16:04 -0400 Subject: [PATCH] [PERFORMANCE] hardware continues integration needs a high RPM high tooth count test case #1351 --- java_console/autotest/src/com/rusefi/AutoTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 9afd462b6f..1a062570f8 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -83,7 +83,6 @@ public class AutoTest { private static void testVW_60_2() { setEngineType(32); changeRpm(900); - // TODO: we shall get this RPM higher! // first let's get to expected RPM assertRpmDoesNotJump(8000, 15, 30, FAIL); } @@ -93,7 +92,7 @@ public class AutoTest { changeRpm(700); // TODO: we shall get this RPM higher! // first let's get to expected RPM - assertRpmDoesNotJump(4100, 15, 30, FAIL); + assertRpmDoesNotJump(7000, 15, 30, FAIL); } public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function callback) {