public boolean waitForInitialize()

in component-test/src/main/java/org/apache/fineract/cn/payroll/AbstractPayrollTest.java [103:109]


  public boolean waitForInitialize() {
    try {
      return this.eventRecorder.wait(EventConstants.INITIALIZE, SuiteTestEnvironment.APP_VERSION);
    } catch (final InterruptedException e) {
      throw new IllegalStateException(e);
    }
  }