diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 26660043a2..e5715d8e99 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -33,6 +33,8 @@ public class AutoTest { testFordAspire(); test1995DodgeNeon(); testMazdaProtege(); + sendCommand("reboot"); // this would cause firmware in 5 seconds + sleep(10); // time to reboot testBmwE34(); testSachs(); testMitsu();