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

phoenix git commit: PHOENIX-5029 Increase parallelism of tests to decrease test time

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.3 5871b3960 -> 727f41519


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

Branch: refs/heads/4.x-HBase-1.3
Commit: 727f4151900933ebd1989edd934c599230a8464f
Parents: 5871b39
Author: James Taylor <ja...@apache.org>
Authored: Sat Nov 17 15:18:39 2018 -0800
Committer: James Taylor <ja...@apache.org>
Committed: Sat Nov 17 15:18:39 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/727f4151/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eba69a9..f2c2f20 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>