Upgraded to Eventuate Local 0.2.0.RELEASE

This commit is contained in:
Chris Richardson
2016-08-18 13:53:04 -07:00
parent bd3de1a938
commit f4e070e7bd
15 changed files with 226 additions and 62 deletions

View File

@@ -55,7 +55,7 @@ public class TestUtil {
}
public static <T> void eventually(final Producer<T> producer, final Verifier<T> verifier) {
final int n = 50;
final int n = 150;
Object possibleException = Observable.timer(0, 200, TimeUnit.MILLISECONDS).flatMap(new Func1<Long, Observable<Outcome<T>>>() {
@Override