HW CI has failed 11 times since Oct 2 #1849

This commit is contained in:
rusefillc 2020-10-16 22:57:12 -04:00
parent bd7dcf1709
commit 350e89223b
1 changed files with 2 additions and 2 deletions

View File

@ -75,14 +75,14 @@ public class AutoTest extends BaseTest {
sendCommand("set " + CMD_ENGINESNIFFERRPMTHRESHOLD + " 100"); sendCommand("set " + CMD_ENGINESNIFFERRPMTHRESHOLD + " 100");
changeRpm(900); changeRpm(900);
// first let's get to expected RPM // first let's get to expected RPM
assertRpmDoesNotJump(20000, 5, 40, FAIL, commandQueue); assertRpmDoesNotJump(16000, 5, 40, FAIL, commandQueue);
} }
private void testV12() { private void testV12() {
setEngineType(ET_BMW_M73_F); setEngineType(ET_BMW_M73_F);
changeRpm(700); changeRpm(700);
// first let's get to expected RPM // first let's get to expected RPM
assertRpmDoesNotJump(20000, 5, 40, FAIL, commandQueue); assertRpmDoesNotJump(16000, 5, 40, FAIL, commandQueue);
testCaseBug1873(); testCaseBug1873();
} }