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 21:53:53 UTC

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

Repository: incubator-phoenix
Updated Branches:
  refs/heads/3.0 eee0b54e6 -> 845173def


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


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

Branch: refs/heads/3.0
Commit: 845173def6741a0e55faea2d55c7d681299ec974
Parents: eee0b54
Author: James Taylor <jt...@salesforce.com>
Authored: Tue May 27 12:55:06 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Tue May 27 12:55:06 2014 -0700

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


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