Repository: sqoop Updated Branches: refs/heads/sqoop2 d6885ae0c -> 506104b0c
SQOOP-2865: Sqoop2: Increase test timeout from one hour (Jarek Jarcec Cecho via Dian Fu) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/506104b0 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/506104b0 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/506104b0 Branch: refs/heads/sqoop2 Commit: 506104b0c15d7078dbc5f45f3331f9b72555f1ff Parents: d6885ae Author: dianfu <[email protected]> Authored: Fri Mar 4 10:54:35 2016 +0800 Committer: dianfu <[email protected]> Committed: Fri Mar 4 10:54:35 2016 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/506104b0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 87fa94f..18b2711 100644 --- a/pom.xml +++ b/pom.xml @@ -793,7 +793,7 @@ limitations under the License. <configuration> <forkCount>1</forkCount> <reuseForks>false</reuseForks> - <forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds> + <forkedProcessTimeoutInSeconds>5400</forkedProcessTimeoutInSeconds> <redirectTestOutputToFile>true</redirectTestOutputToFile> <!-- See SQOOP-2120 for details about use of -XX:-UseSplitVerifier --> <argLine>-Xms512m -Xmx2g -XX:MaxPermSize=1024m -XX:-UseSplitVerifier</argLine>
