parent
73a4a92891
commit
84ad1e922a
|
@ -96,7 +96,7 @@ public class IoUtil {
|
||||||
|
|
||||||
if (!isCloseEnough(rpm, actualRpm))
|
if (!isCloseEnough(rpm, actualRpm))
|
||||||
throw new IllegalStateException("rpm change did not happen: " + rpm + ", actual " + actualRpm);
|
throw new IllegalStateException("rpm change did not happen: " + rpm + ", actual " + actualRpm);
|
||||||
sendCommand(Fields.CMD_RESET_ENGINE_SNIFFER);
|
// sendCommand(Fields.CMD_RESET_ENGINE_SNIFFER);
|
||||||
FileLog.MAIN.logLine("AUTOTEST RPM change [" + rpm + "] executed in " + (System.currentTimeMillis() - time));
|
FileLog.MAIN.logLine("AUTOTEST RPM change [" + rpm + "] executed in " + (System.currentTimeMillis() - time));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue