Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 443263513 -> 7bcf5bac4
PHOENIX-3457 Disable parallel run of tests and increase memory Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7bcf5bac Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7bcf5bac Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7bcf5bac Branch: refs/heads/4.x-HBase-0.98 Commit: 7bcf5bac48b66ce777c1d9cd7b6e6ae7d8e2dbe5 Parents: 4432635 Author: James Taylor <[email protected]> Authored: Sat Nov 5 07:27:17 2016 -0700 Committer: James Taylor <[email protected]> Committed: Sat Nov 5 07:27:17 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/7bcf5bac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5a2e542..7de9d82 100644 --- a/pom.xml +++ b/pom.xml @@ -117,8 +117,8 @@ <maven.assembly.version>2.5.2</maven.assembly.version> <!-- Plugin options --> - <numForkedUT>6</numForkedUT> - <numForkedIT>6</numForkedIT> + <numForkedUT>4</numForkedUT> + <numForkedIT>4</numForkedIT> <!-- Set default encoding so multi-byte tests work correctly on the Mac --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
