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

This commit is contained in:
rusefi 2020-04-23 11:14:34 -04:00
parent dc07094101
commit 3e5b8727ed
1 changed files with 2 additions and 2 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 = 1200;
int rpm = 2000;
changeRpm(rpm);
assertRpmDoesNotJump(rpm);
}
@ -85,7 +85,7 @@ public class AutoTest {
setEngineType(40);
// TODO: we shall get this RPM higher!
// first let's get to expected RPM
int rpm = 4000;
int rpm = 2100;
changeRpm(rpm);
assertRpmDoesNotJump(rpm);
}