auto-sync

This commit is contained in:
rusEfi 2015-02-18 11:04:39 -06:00
parent 0d2e09cd62
commit cf7adf3571
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}