From 9e277a3a85ac5a2c2c917cf4d247a330b1202fdf Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 23 Apr 2020 10:36:56 -0400 Subject: [PATCH] oh, even 5000 is not reliable? --- 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 d54527a5ea..fcbca7ebbf 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -74,9 +74,9 @@ public class AutoTest { private static void testVW_60_2() { setEngineType(32); - // TODO: we shall get this RPM higher! At the moment things fail at 5500 :( + // TODO: we shall get this RPM higher! // first let's get to expected RPM - int rpm = 5000; + int rpm = 4000; changeRpm(rpm); assertRpmDoesNotJump(rpm); }