PHOENIX-5029 Increase parallelism of tests to decrease test time

Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d2e4a737
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d2e4a737
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d2e4a737

Branch: refs/heads/4.x-cdh5.15
Commit: d2e4a737e87faa2b7148404e73ae047236bd2dbc
Parents: 1a09ebf
Author: James Taylor <jamestay...@apache.org>
Authored: Sat Nov 17 23:18:39 2018 +0000
Committer: Pedro Boado <pbo...@apache.org>
Committed: Tue Nov 27 15:12:13 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d2e4a737/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b6577ec..bcd8130 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
 
     <!-- Plugin options -->
     <numForkedUT>8</numForkedUT>
-    <numForkedIT>4</numForkedIT>
+    <numForkedIT>7</numForkedIT>
     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
 

Reply via email to