Increase Timeout for Promise Test
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user