From 9c260784cbfe49bbad23066c97758b8023503fc5 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 4 Oct 2020 01:00:10 -0400 Subject: [PATCH] 60/2 perf grab #1850 have to settle on less for now? --- 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 18bc33d650..05a587d2a3 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -75,14 +75,14 @@ public class AutoTest extends BaseTest { sendCommand("set " + CMD_ENGINESNIFFERRPMTHRESHOLD + " 100"); changeRpm(900); // first let's get to expected RPM - assertRpmDoesNotJump(20000, 15, 30, FAIL, commandQueue); + assertRpmDoesNotJump(10000, 15, 30, FAIL, commandQueue); } private void testV12() { setEngineType(ET_BMW_M73_F); changeRpm(700); // first let's get to expected RPM - assertRpmDoesNotJump(15000, 15, 30, FAIL, commandQueue); + assertRpmDoesNotJump(10000, 15, 30, FAIL, commandQueue); } public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function callback, CommandQueue commandQueue) {