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:15:01 UTC

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

Repository: incubator-phoenix
Updated Branches:
  refs/heads/master 1636b2c8f -> 3a327fa7e


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


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

Branch: refs/heads/master
Commit: 3a327fa7e42b0c825bd0d9564b3dffa7f35b8fc5
Parents: 1636b2c
Author: James Taylor <jt...@salesforce.com>
Authored: Tue May 27 13:16:13 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Tue May 27 13:16:13 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/3a327fa7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 500219b..24fbd1d 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>4</numForkedIT>
+    <numForkedUT>4</numForkedUT>
     
     <!-- Set default encoding so multi-byte tests work correctly on the Mac -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>