From cf7adf357179956c86d612414de0f836a325cedf Mon Sep 17 00:00:00 2001 From: rusEfi Date: Wed, 18 Feb 2015 11:04:39 -0600 Subject: [PATCH] auto-sync --- java_console/autotest/src/com/rusefi/IoUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }