hardware continues integration needs a high RPM high tooth count test case

#1351
This commit is contained in:
rusefi 2020-04-24 12:54:04 -04:00
parent 68a1b54694
commit 3d35ef2f6f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class AutoTest {
changeRpm(700);
// TODO: we shall get this RPM higher!
// first let's get to expected RPM
assertRpmDoesNotJump(2200, 15, 30, FAIL);
assertRpmDoesNotJump(1700, 15, 30, FAIL);
}
public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function<String, Object> callback) {