5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 05:31:14 +08:00

SQOOP-3127: Increase timeout in TestClassWriter#testWideTableClassGeneration to

avoid flaky test scenarios in the upstream Jenkins

(Attila Szabo)
This commit is contained in:
Attila Szabo 2017-01-25 00:46:08 +01:00
parent d0f99c01c7
commit 98c5ccb80f

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