From bbda0457d50040c87f16c3ee378bcf306a29af3a Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 22 Dec 2019 02:24:25 -0500 Subject: [PATCH] functional testing should not be that darn slow #1076 progress?! --- java_console/autotest/src/com/rusefi/TestingUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/TestingUtils.java b/java_console/autotest/src/com/rusefi/TestingUtils.java index bb5c742c03..67487edad2 100644 --- a/java_console/autotest/src/com/rusefi/TestingUtils.java +++ b/java_console/autotest/src/com/rusefi/TestingUtils.java @@ -118,8 +118,8 @@ public class TestingUtils { * @see Fields#CMD_FUNCTIONAL_TEST_MODE * @see Fields#CMD_RESET_ENGINE_SNIFFER */ - getNextWaveChart(); - getNextWaveChart(); +// getNextWaveChart(); +// getNextWaveChart(); EngineChart chart = EngineChartParser.unpackToMap(getNextWaveChart()); FileLog.MAIN.logLine("AUTOTEST nextChart() in " + (System.currentTimeMillis() - start)); return chart;