|
From: <hib...@li...> - 2006-07-20 19:32:16
|
Author: scottmarlownovell
Date: 2006-07-20 15:32:13 -0400 (Thu, 20 Jul 2006)
New Revision: 10128
Modified:
trunk/Hibernate3/build.xml
Log:
Increase max memory to 256m for junitsingle to fix out of memory error.
Modified: trunk/Hibernate3/build.xml
===================================================================
--- trunk/Hibernate3/build.xml 2006-07-20 19:19:21 UTC (rev 10127)
+++ trunk/Hibernate3/build.xml 2006-07-20 19:32:13 UTC (rev 10128)
@@ -641,7 +641,7 @@
<target name="junitsingle" depends="cleantestdb,compiletest"
description="Run a single test suite (requires testname and jdbc.driver properties)">
<mkdir dir="${test.out.dir}"/>
- <junit printsummary="yes" fork="yes" haltonfailure="yes" dir="${basedir}">
+ <junit printsummary="yes" maxmemory="256M" fork="yes" haltonfailure="yes" dir="${basedir}">
<classpath>
<pathelement path="${etc.dir}"/> <!-- pick up property resources from the 'etc' directory first -->
<fileset dir="${lib.dir}">
|