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/44dbb42b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/44dbb42b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/44dbb42b Branch: refs/heads/4.x-cdh5.11 Commit: 44dbb42b61439ffae896264c966a4fb2afca2374 Parents: 0109b9a Author: James Taylor <[email protected]> Authored: Fri May 18 08:50:38 2018 -0700 Committer: James Taylor <[email protected]> Committed: Fri May 18 17:10:55 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/44dbb42b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 71c5f98..944b5f6 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,7 @@ <!-- Plugin options --> <numForkedUT>8</numForkedUT> - <numForkedIT>8</numForkedIT> + <numForkedIT>4</numForkedIT> <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests> <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
