functional testing should not be that darn slow #1076

progress?!
This commit is contained in:
rusefi 2019-12-22 02:24:25 -05:00
parent b8733edf11
commit bbda0457d5
1 changed files with 2 additions and 2 deletions

View File

@ -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;