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/58415e2f
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/58415e2f
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/58415e2f

Branch: refs/heads/4.x-HBase-1.4
Commit: 58415e2f31617ec543cb01e8bc27ce44c4efbe0d
Parents: 48b6f99
Author: James Taylor <jtay...@salesforce.com>
Authored: Fri May 18 08:50:38 2018 -0700
Committer: James Taylor <jtay...@salesforce.com>
Committed: Fri May 18 17:01:47 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/58415e2f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 87c2db6..38c1c41 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>
 

Reply via email to