From 6618f031eea44c89333f90862ab8a03f646ab7c5 Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 18 Jun 2020 23:15:17 -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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) {