mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
Expand timeouts on JDBCExtractionNamespaceTest
This commit is contained in:
parent
be89105621
commit
38110820c3
@ -196,7 +196,7 @@ public class JDBCExtractionNamespaceTest
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout = 500)
|
@Test(timeout = 60_000)
|
||||||
public void testMapping()
|
public void testMapping()
|
||||||
throws ClassNotFoundException, NoSuchFieldException, IllegalAccessException, ExecutionException,
|
throws ClassNotFoundException, NoSuchFieldException, IllegalAccessException, ExecutionException,
|
||||||
InterruptedException
|
InterruptedException
|
||||||
@ -232,7 +232,7 @@ public class JDBCExtractionNamespaceTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test(timeout = 500)
|
@Test(timeout = 60_000)
|
||||||
public void testSkipOld()
|
public void testSkipOld()
|
||||||
throws NoSuchFieldException, IllegalAccessException, ExecutionException, InterruptedException
|
throws NoSuchFieldException, IllegalAccessException, ExecutionException, InterruptedException
|
||||||
{
|
{
|
||||||
@ -270,7 +270,7 @@ public class JDBCExtractionNamespaceTest
|
|||||||
extractionCacheManager.delete(namespace);
|
extractionCacheManager.delete(namespace);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout = 500)
|
@Test(timeout = 60_000)
|
||||||
public void testFindNew()
|
public void testFindNew()
|
||||||
throws NoSuchFieldException, IllegalAccessException, ExecutionException, InterruptedException
|
throws NoSuchFieldException, IllegalAccessException, ExecutionException, InterruptedException
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user