oh, even 5000 is not reliable?

This commit is contained in:
rusefi 2020-04-23 10:36:56 -04:00
parent 313b2685eb
commit 9e277a3a85
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@ public class AutoTest {
private static void testVW_60_2() { private static void testVW_60_2() {
setEngineType(32); setEngineType(32);
// TODO: we shall get this RPM higher! At the moment things fail at 5500 :( // TODO: we shall get this RPM higher!
// first let's get to expected RPM // first let's get to expected RPM
int rpm = 5000; int rpm = 4000;
changeRpm(rpm); changeRpm(rpm);
assertRpmDoesNotJump(rpm); assertRpmDoesNotJump(rpm);
} }