PHOENIX-4744 Reduce parallelism in integration test runs
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8e012d01 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8e012d01 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8e012d01 Branch: refs/heads/4.x-HBase-1.2 Commit: 8e012d01347d68b778f7e0ba3e879ad2ac77a0c5 Parents: 59af6e3 Author: James Taylor <[email protected]> Authored: Fri May 18 08:50:38 2018 -0700 Committer: James Taylor <[email protected]> Committed: Fri May 18 17:09:16 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/8e012d01/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 112cab4..9d0fec2 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ <!-- Plugin options --> <numForkedUT>8</numForkedUT> - <numForkedIT>8</numForkedIT> + <numForkedIT>4</numForkedIT> <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests> <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
