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/9066ce39 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9066ce39 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9066ce39 Branch: refs/heads/4.x-HBase-1.3 Commit: 9066ce39508efcb5eda118012b82ad3b4e7bdc46 Parents: d7533f7 Author: James Taylor <[email protected]> Authored: Fri May 18 08:50:38 2018 -0700 Committer: James Taylor <[email protected]> Committed: Fri May 18 17:07:17 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/9066ce39/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 96eb1ac..95654b0 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>
