Increase timeout for QueryGranularityTest.testDeadLock() (#4395)

This commit is contained in:
Roman Leventov 2017-06-12 15:28:21 -05:00 committed by Slim
parent c121845102
commit 113b8007b7
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ public class QueryGranularityTest
Assert.assertFalse("expectedIter not exhausted!?", expectedIter.hasNext());
}
@Test(timeout = 10_000L)
@Test(timeout = 60_000L)
public void testDeadLock() throws Exception
{
final URL[] urls = ((URLClassLoader) Granularity.class.getClassLoader()).getURLs();