You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by pb...@apache.org on 2018/05/19 18:58:17 UTC

[10/13] phoenix git commit: PHOENIX-4744 Reduce parallelism in integration test runs

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.12
Commit: 44dbb42b61439ffae896264c966a4fb2afca2374
Parents: 0109b9a
Author: James Taylor <jt...@salesforce.com>
Authored: Fri May 18 08:50:38 2018 -0700
Committer: James Taylor <jt...@salesforce.com>
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>