[PERFORMANCE] hardware continues integration needs a high RPM high tooth count test case #1351

This commit is contained in:
rusefi 2020-06-20 11:07:23 -04:00
parent 9cdc4f7b53
commit 88b569330a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class AutoTest {
setEngineType(40);
changeRpm(700);
// first let's get to expected RPM
assertRpmDoesNotJump(9000, 15, 30, FAIL);
assertRpmDoesNotJump(15000, 15, 30, FAIL);
}
public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function<String, Object> callback) {