Increase Timeout for Promise Test

This commit is contained in:
Gary Russell
2017-04-16 13:16:21 -04:00
parent d41f77bc66
commit a422631ef5

View File

@@ -637,7 +637,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());