You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/06/05 23:37:52 UTC

[2/3] git commit: ACCUMULO-2774 Started seeing failures on BlockedIOStreamTest after the patch was applied.

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/master
Commit: c2025989f4344ade48be58230d9179236a70872e
Parents: ea266bb
Author: Josh Elser <el...@apache.org>
Authored: Thu Jun 5 16:55:08 2014 -0400
Committer: Josh Elser <el...@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>