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:36:17 UTC

git commit: ACCUMULO-2774 Started seeing failures on BlockedIOStreamTest after the patch was applied.

Repository: accumulo
Updated Branches:
  refs/heads/master 204bcfedc -> 56b99bf8e


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/56b99bf8
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/56b99bf8
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/56b99bf8

Branch: refs/heads/master
Commit: 56b99bf8ef5038e19b568399b130ded7444dafd7
Parents: 204bcfe
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 16:55:08 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/56b99bf8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56cb185..67ea6d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,7 +602,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
-            <argLine>-Xmx768m</argLine>
+            <argLine>-Xmx1G</argLine>
           </configuration>
         </plugin>
         <plugin>