From 93b501b921e3dfd551c5787eec8a02198e302c60 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 19 Jun 2020 19:30: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 | 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 cd16981d71..07696ed661 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -84,7 +84,7 @@ public class AutoTest { setEngineType(32); changeRpm(900); // first let's get to expected RPM - assertRpmDoesNotJump(12000, 15, 30, FAIL); + assertRpmDoesNotJump(20000, 15, 30, FAIL); } private static void testV12() {