JettyQosTest, DruidAvaticaHandlerTest: Extend timeout. (#4416)

Fixes #4408, probably.
This commit is contained in:
Gian Merlino 2017-06-15 18:28:50 -07:00 committed by GitHub
parent 054cf8a183
commit e78d8584a1
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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<>();