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 2016/05/06 00:17:40 UTC

[2/2] phoenix git commit: PHOENIX-2879 HivePhoenixStoreIT fails with timeout if JDK 1.7 used (Sergey Soldatov)

PHOENIX-2879 HivePhoenixStoreIT fails with timeout if JDK 1.7 used (Sergey Soldatov)


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

Branch: refs/heads/master
Commit: 491fc54d92496f5ed512f52edaed981a656cff57
Parents: f4897fd
Author: James Taylor <ja...@apache.org>
Authored: Thu May 5 16:11:43 2016 -0700
Committer: James Taylor <ja...@apache.org>
Committed: Thu May 5 16:11:43 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/491fc54d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 89ccbd0..e7e7ccf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@
                  <forkCount>${numForkedIT}</forkCount>
                  <runOrder>alphabetical</runOrder>
                  <reuseForks>false</reuseForks>
-                 <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine>
+                 <argLine>-enableassertions -Xmx2000m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine>
                  <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
                  <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
                  <groups>org.apache.phoenix.end2end.NeedsOwnMiniClusterTest</groups>