Repository: accumulo Updated Branches: refs/heads/1.6.1-SNAPSHOT ea266bb8e -> c2025989f refs/heads/master 56b99bf8e -> e106fe07b
ACCUMULO-2774 Started seeing failures on BlockedIOStreamTest after the patch was applied. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c2025989 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c2025989 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c2025989 Branch: refs/heads/1.6.1-SNAPSHOT Commit: c2025989f4344ade48be58230d9179236a70872e Parents: ea266bb Author: Josh Elser <els...@apache.org> Authored: Thu Jun 5 16:55:08 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Thu Jun 5 17:37:26 2014 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/c2025989/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 875b0f4..515234d 100644 --- a/pom.xml +++ b/pom.xml @@ -590,7 +590,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <argLine>-Xmx768m</argLine> + <argLine>-Xmx1G</argLine> </configuration> </plugin> <plugin>