From 350e89223b404db141894a3f8ff647784197afac Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 16 Oct 2020 22:57:12 -0400 Subject: [PATCH] HW CI has failed 11 times since Oct 2 #1849 --- 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 cdfd5680b3..b113270439 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, 5, 40, FAIL, commandQueue); + assertRpmDoesNotJump(16000, 5, 40, FAIL, commandQueue); } private void testV12() { setEngineType(ET_BMW_M73_F); changeRpm(700); // first let's get to expected RPM - assertRpmDoesNotJump(20000, 5, 40, FAIL, commandQueue); + assertRpmDoesNotJump(16000, 5, 40, FAIL, commandQueue); testCaseBug1873(); }