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 2014/05/27 22:14:18 UTC

git commit: Attempt to get clean test run by increasing parallelization from 1 to 3

Repository: incubator-phoenix
Updated Branches:
  refs/heads/4.0 d1970d71d -> 4c4dbbe8c


Attempt to get clean test run by increasing parallelization from 1 to 3


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

Branch: refs/heads/4.0
Commit: 4c4dbbe8c27790e87e811bf65b20a5f9a2f03e4a
Parents: d1970d7
Author: James Taylor <jt...@salesforce.com>
Authored: Tue May 27 13:15:30 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Tue May 27 13:15:30 2014 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/4c4dbbe8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45e6703..a0e9c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,8 +114,8 @@
     <maven.rat.version>0.8</maven.rat.version>
 	
     <!--  Plugin options -->
-    <numForkedIT>1</numForkedIT>
-    <numForkedUT>1</numForkedUT>
+    <numForkedIT>3</numForkedIT>
+    <numForkedUT>3</numForkedUT>
     
     <!-- Set default encoding so multi-byte tests work correctly on the Mac -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>