From 84cff055e506285e4350d3e9b9e17cfb95c80f88 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 17 Jun 2020 21:12:16 -0400 Subject: [PATCH] trying performance test again in light of recent progress --- 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 2fffb38831..72053e0b2b 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(4000, 15, 30, FAIL); + assertRpmDoesNotJump(6000, 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(2400, 15, 30, FAIL); + assertRpmDoesNotJump(4000, 15, 30, FAIL); } public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function callback) {