From fba3dc6186afd44cea29ee0be882f15483670bd1 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 17 Jun 2020 21:13:37 -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 | 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 72053e0b2b..ae3982de4b 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -85,7 +85,7 @@ public class AutoTest { changeRpm(900); // TODO: we shall get this RPM higher! // first let's get to expected RPM - assertRpmDoesNotJump(6000, 15, 30, FAIL); + assertRpmDoesNotJump(6100, 15, 30, FAIL); } private static void testV12() { @@ -93,7 +93,7 @@ public class AutoTest { changeRpm(700); // TODO: we shall get this RPM higher! // first let's get to expected RPM - assertRpmDoesNotJump(4000, 15, 30, FAIL); + assertRpmDoesNotJump(4100, 15, 30, FAIL); } public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function callback) {