Expand timeouts on JDBCExtractionNamespaceTest

This commit is contained in:
Charles Allen 2015-08-13 11:45:40 -07:00
parent be89105621
commit 38110820c3
1 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ public class JDBCExtractionNamespaceTest
);
}
@Test(timeout = 500)
@Test(timeout = 60_000)
public void testMapping()
throws ClassNotFoundException, NoSuchFieldException, IllegalAccessException, ExecutionException,
InterruptedException
@ -232,7 +232,7 @@ public class JDBCExtractionNamespaceTest
}
@Test(timeout = 500)
@Test(timeout = 60_000)
public void testSkipOld()
throws NoSuchFieldException, IllegalAccessException, ExecutionException, InterruptedException
{
@ -270,7 +270,7 @@ public class JDBCExtractionNamespaceTest
extractionCacheManager.delete(namespace);
}
@Test(timeout = 500)
@Test(timeout = 60_000)
public void testFindNew()
throws NoSuchFieldException, IllegalAccessException, ExecutionException, InterruptedException
{