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

Branch: refs/heads/4.x-HBase-1.4
Commit: c3553d464766be0454d7a290e3928de071772ad1
Parents: 4921b1c
Author: James Taylor <jamestay...@apache.org>
Authored: Sat Nov 17 15:18:39 2018 -0800
Committer: James Taylor <jamestay...@apache.org>
Committed: Sat Nov 17 15:32:22 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c3553d46/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b1d8b32..0f0b4f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,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