Author: manik.surtani(a)jboss.com
Date: 2007-12-20 08:55:39 -0500 (Thu, 20 Dec 2007)
New Revision: 4892
Modified:
core/branches/1.4.X/build.xml
Log:
JUnit maxmem not adhered to with some unit tests
Modified: core/branches/1.4.X/build.xml
===================================================================
--- core/branches/1.4.X/build.xml 2007-12-20 03:30:36 UTC (rev 4891)
+++ core/branches/1.4.X/build.xml 2007-12-20 13:55:39 UTC (rev 4892)
@@ -536,7 +536,7 @@
<target name="functionaltests"
depends="compile,test-jar,unittests-init"
description="Runs all non-AOP functional tests">
- <junit printsummary="yes" timeout="${junit.timeout}"
fork="yes" maxmemory="256m">
+ <junit printsummary="yes" timeout="${junit.timeout}"
fork="yes" maxmemory="${junit.maxmem}">
<classpath refid="library.classpath"/>
<classpath refid="output.classpath"/>
<jvmarg value="-Dbind.address=${bind.address}"/>