diff --git a/java_console/autotest/src/com/rusefi/IoUtil.java b/java_console/autotest/src/com/rusefi/IoUtil.java index 737bc2033a..29d78d0da2 100644 --- a/java_console/autotest/src/com/rusefi/IoUtil.java +++ b/java_console/autotest/src/com/rusefi/IoUtil.java @@ -71,11 +71,11 @@ public class IoUtil { result.set(value); } }); - int timeout = 15; + int timeout = 60; wait(waveChartLatch, timeout); LinkManager.engineState.removeAction(WaveReport.WAVE_CHART); if (result.get() == null) - throw new IllegalStateException("Did not receive chart in " + timeout); + throw new IllegalStateException("Chart timeout: " + timeout); return result.get(); }