Repository: phoenix Updated Branches: refs/heads/master 10c81438b -> f0295e5ca
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/f0295e5c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f0295e5c Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f0295e5c Branch: refs/heads/master Commit: f0295e5cab015515b3e7a687949f2e332e3c752c Parents: 10c8143 Author: James Taylor <[email protected]> Authored: Sat Nov 5 07:25:41 2016 -0700 Committer: James Taylor <[email protected]> Committed: Sat Nov 5 07:25:41 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/f0295e5c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2ec1460..02dc865 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>
