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/588a9ae1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/588a9ae1 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/588a9ae1 Branch: refs/heads/4.x-HBase-1.1 Commit: 588a9ae187eb37d93c916afe24ca6f3d8aa7dfeb Parents: d3f5e68 Author: James Taylor <[email protected]> Authored: Thu May 5 16:11:43 2016 -0700 Committer: James Taylor <[email protected]> Committed: Thu May 5 17:19:52 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/588a9ae1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 647c6e1..b966de2 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>
