Increase Timeout for Promise Test

This commit is contained in:
Gary Russell
2017-04-16 13:16:21 -04:00
parent 1ea8a3b1f3
commit 1a344bb192

View File

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