5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 16:21:18 +08:00
This commit is contained in:
Izhar Firdaus 2017-01-27 11:07:28 +08:00
commit c4855785cf

View File

@ -689,7 +689,7 @@ public void testNoClassGeneration() throws Exception {
runFailedGenerationTest(argv, HsqldbTestServer.getTableName());
}
@Test(timeout = 10000)
@Test(timeout = 25000)
public void testWideTableClassGeneration() throws Exception {
createWideTable();
options = new SqoopOptions(HsqldbTestServer.getDbUrl(), WIDE_TABLE_NAME);