Github user ghelmling commented on a diff in the pull request:
https://github.com/apache/incubator-twill/pull/33#discussion_r30762921
--- Diff: twill-yarn/src/test/java/org/apache/twill/yarn/BaseYarnTest.java
---
@@ -57,4 +78,25 @@ public final void cleanupTest() {
}
}
}
+
+ public <T> boolean waitForSize(Iterable<T> iterable, int count, int
limit) throws InterruptedException {
--- End diff --
Would help to add javadoc that max wait time is limit seconds
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---