functional testing should not be that darn slow #1076

and now?
This commit is contained in:
rusefi 2019-12-22 00:36:47 -05:00
parent 73a4a92891
commit 84ad1e922a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class IoUtil {
if (!isCloseEnough(rpm, 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));
}