Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 cd3f310b1 -> 2c8b70a4c


PHOENIX-3457 Disable parallel run of tests and increase memory


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

Branch: refs/heads/4.x-HBase-1.1
Commit: 2c8b70a4c9dea19761613cb40241b987f080d668
Parents: cd3f310
Author: James Taylor <[email protected]>
Authored: Sat Nov 5 07:26:46 2016 -0700
Committer: James Taylor <[email protected]>
Committed: Sat Nov 5 07:26:46 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/2c8b70a4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b1ec23..7c5a53d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,8 +117,8 @@
     <maven.assembly.version>2.5.2</maven.assembly.version>
 
     <!-- Plugin options -->
-    <numForkedUT>6</numForkedUT>
-    <numForkedIT>6</numForkedIT>
+    <numForkedUT>4</numForkedUT>
+    <numForkedIT>4</numForkedIT>
 
     <!-- Set default encoding so multi-byte tests work correctly on the Mac -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to