diff --git a/presto-main/src/test/java/com/facebook/presto/operator/TestDriver.java b/presto-main/src/test/java/com/facebook/presto/operator/TestDriver.java index 8eacfe45dfbd..7f16379acdbb 100644 --- a/presto-main/src/test/java/com/facebook/presto/operator/TestDriver.java +++ b/presto-main/src/test/java/com/facebook/presto/operator/TestDriver.java @@ -118,7 +118,7 @@ public void testNormalFinish() } // The race can be reproduced somewhat reliably when the invocationCount is 10K, but we use 1K iterations to cap the test runtime. - @Test(invocationCount = 1_000, timeOut = 1_000) + @Test(invocationCount = 1_000, timeOut = 10_000) public void testConcurrentClose() { List types = ImmutableList.of(VARCHAR, BIGINT, BIGINT);