auto-sync
This commit is contained in:
parent
0d2e09cd62
commit
cf7adf3571
|
@ -71,11 +71,11 @@ public class IoUtil {
|
||||||
result.set(value);
|
result.set(value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
int timeout = 15;
|
int timeout = 60;
|
||||||
wait(waveChartLatch, timeout);
|
wait(waveChartLatch, timeout);
|
||||||
LinkManager.engineState.removeAction(WaveReport.WAVE_CHART);
|
LinkManager.engineState.removeAction(WaveReport.WAVE_CHART);
|
||||||
if (result.get() == null)
|
if (result.get() == null)
|
||||||
throw new IllegalStateException("Did not receive chart in " + timeout);
|
throw new IllegalStateException("Chart timeout: " + timeout);
|
||||||
return result.get();
|
return result.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue