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

Branch: refs/heads/master
Commit: 956755fabddd335101221cb52cf4fd19c845d3e1
Parents: 39b5fe9
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:36:57 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/956755fa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bfd80e1..16ec530 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