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

This commit is contained in:
rusefi 2020-04-23 11:03:48 -04:00
parent 5290786965
commit dc07094101
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class AutoTest {
setEngineType(32);
// TODO: we shall get this RPM higher!
// first let's get to expected RPM
int rpm = 4000;
int rpm = 1200;
changeRpm(rpm);
assertRpmDoesNotJump(rpm);
}