[jboss-svn-commits] JBL Code SVN: r38061 - labs/jbosstm/branches/JBOSSTS_4_16.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 26 03:12:27 EDT 2012


Author: tomjenkinson
Date: 2012-04-26 03:12:24 -0400 (Thu, 26 Apr 2012)
New Revision: 38061

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml
Log:
increase the maxmemory

Modified: labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml	2012-04-26 06:28:35 UTC (rev 38060)
+++ labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml	2012-04-26 07:12:24 UTC (rev 38061)
@@ -494,7 +494,7 @@
             <istrue value="${skipTests}"/>
           </not>
           <then>
-            <junit printsummary="yes" fork="yes" dir="${build.dir}" showoutput="@{showoutput}" includeantruntime="true" maxmemory="700m">
+            <junit printsummary="yes" fork="yes" dir="${build.dir}" showoutput="@{showoutput}" includeantruntime="true" maxmemory="800m">
               <formatter type="plain"/>
               <classpath>
                   <pathelement location="etc"/>



More information about the jboss-svn-commits mailing list