Skip to content

Commit

Permalink
Increase timeout of TestDriver.testConcurrentClose
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Nov 7, 2018
1 parent 9011cfb commit 1fb288a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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<Type> types = ImmutableList.of(VARCHAR, BIGINT, BIGINT);
Expand Down

0 comments on commit 1fb288a

Please sign in to comment.