mirror of https://github.com/apache/druid.git
Increase timeout for QueryGranularityTest.testDeadLock() (#4395)
This commit is contained in:
parent
c121845102
commit
113b8007b7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue