public boolean waitForInitialize()

in component-test/src/main/java/TestAccessAnother.java [148:155]


  public boolean waitForInitialize() {
    try {
      TimeUnit.SECONDS.sleep(15);
      return true;
    } catch (final InterruptedException e) {
      throw new IllegalStateException(e);
    }
  }