Increase Timeout for Promise Test

This commit is contained in:
Gary Russell
2017-04-16 13:16:21 -04:00
parent c1649fd8fa
commit 005119784f

View File

@@ -597,7 +597,7 @@ public class EnableIntegrationTests {
.flush();
assertTrue(consumeLatch.await(2, TimeUnit.SECONDS));
assertTrue(consumeLatch.await(10, TimeUnit.SECONDS));
List<Integer> integers = ref.get();
assertEquals(5, integers.size());