Repository: sqoop Updated Branches: refs/heads/trunk d0f99c01c -> 98c5ccb80
SQOOP-3127: Increase timeout in TestClassWriter#testWideTableClassGeneration to avoid flaky test scenarios in the upstream Jenkins (Attila Szabo) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/98c5ccb8 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/98c5ccb8 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/98c5ccb8 Branch: refs/heads/trunk Commit: 98c5ccb80f8039dd5e1f9451c43443bb01dfd973 Parents: d0f99c0 Author: Attila Szabo <[email protected]> Authored: Wed Jan 25 00:46:08 2017 +0100 Committer: Attila Szabo <[email protected]> Committed: Wed Jan 25 00:46:08 2017 +0100 ---------------------------------------------------------------------- src/test/com/cloudera/sqoop/orm/TestClassWriter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/98c5ccb8/src/test/com/cloudera/sqoop/orm/TestClassWriter.java ---------------------------------------------------------------------- diff --git a/src/test/com/cloudera/sqoop/orm/TestClassWriter.java b/src/test/com/cloudera/sqoop/orm/TestClassWriter.java index ea31e9d..a27353d 100644 --- a/src/test/com/cloudera/sqoop/orm/TestClassWriter.java +++ b/src/test/com/cloudera/sqoop/orm/TestClassWriter.java @@ -689,7 +689,7 @@ public class TestClassWriter { runFailedGenerationTest(argv, HsqldbTestServer.getTableName()); } - @Test(timeout = 10000) + @Test(timeout = 25000) public void testWideTableClassGeneration() throws Exception { createWideTable(); options = new SqoopOptions(HsqldbTestServer.getDbUrl(), WIDE_TABLE_NAME);
