in component-test/src/main/java/org/apache/fineract/cn/template/TestSample.java [111:117]
public boolean waitForInitialize() {
try {
return this.eventRecorder.wait(EventConstants.INITIALIZE, APP_VERSION);
} catch (final InterruptedException e) {
throw new IllegalStateException(e);
}
}