diff --git a/java_console/autotest/src/com/rusefi/FunctionalTest.java b/java_console/autotest/src/com/rusefi/FunctionalTest.java index 4a4666c41d..24f71fe3a3 100644 --- a/java_console/autotest/src/com/rusefi/FunctionalTest.java +++ b/java_console/autotest/src/com/rusefi/FunctionalTest.java @@ -270,6 +270,12 @@ public class FunctionalTest extends RusefiTestBase { ecu.setEngineType(ET_FORD_ESCORT_GT); EngineChart chart; ecu.sendCommand("set mock_vbatt_voltage 1.395"); + + // Alpha-N mode so that we actually inject some fuel (without mocking tons of sensors) + ecu.sendCommand("set algorithm 5"); + // Set tps to 25% - make alpha-n happy + ecu.sendCommand("set_sensor_mock 10 25"); + ecu.changeRpm(200); ecu.changeRpm(260); ecu.changeRpm(200);