HW CI is flaky :( #2063

This commit is contained in:
rusefillc 2020-12-17 22:22:44 -05:00
parent ca79f99be5
commit 3487ca5300
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ public class HighRevTest {
ecu.sendCommand("set " + CMD_ENGINESNIFFERRPMTHRESHOLD + " 100");
ecu.changeRpm(900);
// first let's get to expected RPM
EcuTestHelper.assertRpmDoesNotJump(8000, 5, 40, FAIL, ecu.commandQueue);
EcuTestHelper.assertRpmDoesNotJump(6000, 5, 40, FAIL, ecu.commandQueue);
}
@Test
@ -26,7 +26,7 @@ public class HighRevTest {
ecu.setEngineType(ET_BMW_M73_F);
ecu.changeRpm(700);
// first let's get to expected RPM
EcuTestHelper.assertRpmDoesNotJump(8000, 5, 40, FAIL, ecu.commandQueue);
EcuTestHelper.assertRpmDoesNotJump(6000, 5, 40, FAIL, ecu.commandQueue);
testCaseBug1873(ecu);
}