From 88b569330afb3dface63d1a185440d57dab0506e Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 20 Jun 2020 11:07:23 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 07696ed661..760f686c0e 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -91,7 +91,7 @@ public class AutoTest { setEngineType(40); changeRpm(700); // first let's get to expected RPM - assertRpmDoesNotJump(9000, 15, 30, FAIL); + assertRpmDoesNotJump(15000, 15, 30, FAIL); } public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function callback) {