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:
parent
d0f99c01c7
commit
98c5ccb80f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user