60/2 perf grab #1850

have to settle on less for now?
This commit is contained in:
rusefillc 2020-10-04 01:00:10 -04:00
parent e2ca642f97
commit 9c260784cb
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");
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<String, Object> callback, CommandQueue commandQueue) {