Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.2 8a46d00f2 -> bb3f476c1


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

Branch: refs/heads/4.x-HBase-1.2
Commit: bb3f476c1b152d5d77ac7168f9524ab80e7705fe
Parents: e07226b
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:27:26 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/bb3f476c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0eaffc5..9456fc3 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