Repository: sqoop Updated Branches: refs/heads/trunk d67bb816c -> 5de9603cd
SQOOP-3304: Increase the maximum memory for JUnit tests (Szabolcs Vasas via Boglarka Egyed) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/5de9603c Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/5de9603c Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/5de9603c Branch: refs/heads/trunk Commit: 5de9603cd2dd74c1210ff69d9a55f24417f83513 Parents: d67bb81 Author: Boglarka Egyed <[email protected]> Authored: Sun Mar 25 15:37:15 2018 +0200 Committer: Boglarka Egyed <[email protected]> Committed: Sun Mar 25 15:37:15 2018 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/5de9603c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index a9dbdd5..d85cf71 100644 --- a/build.xml +++ b/build.xml @@ -726,7 +726,7 @@ </copy> <junit printsummary="yes" showoutput="${test.output}" - haltonfailure="no" fork="yes" maxmemory="1024m" + haltonfailure="no" fork="yes" maxmemory="5120m" errorProperty="tests.failed" failureProperty="tests.failed" timeout="${test.timeout}" dir="${build.test}/data">
