mirror of https://github.com/apache/druid.git
JettyQosTest, DruidAvaticaHandlerTest: Extend timeout. (#4416)
Fixes #4408, probably.
This commit is contained in:
parent
054cf8a183
commit
e78d8584a1
|
@ -98,7 +98,7 @@ public class JettyQosTest extends BaseJettyTest
|
|||
);
|
||||
}
|
||||
|
||||
@Test(timeout = 60_000L)
|
||||
@Test(timeout = 120_000L)
|
||||
public void testQoS() throws Exception
|
||||
{
|
||||
final int fastThreads = 20;
|
||||
|
|
|
@ -370,7 +370,7 @@ public class DruidAvaticaHandlerTest
|
|||
);
|
||||
}
|
||||
|
||||
@Test(timeout = 30000)
|
||||
@Test(timeout = 90000)
|
||||
public void testConcurrentQueries() throws Exception
|
||||
{
|
||||
final List<ListenableFuture<Integer>> futures = new ArrayList<>();
|
||||
|
|
Loading…
Reference in New Issue