Author: srowen
Date: Mon Jun 2 06:15:33 2008
New Revision: 662422
URL: http://svn.apache.org/viewvc?rev=662422&view=rev
Log:
Increase memory for unit tests to 128m
Modified:
lucene/mahout/trunk/core/build.xml
Modified: lucene/mahout/trunk/core/build.xml
URL:
http://svn.apache.org/viewvc/lucene/mahout/trunk/core/build.xml?rev=662422&r1=662421&r2=662422&view=diff
==============================================================================
--- lucene/mahout/trunk/core/build.xml (original)
+++ lucene/mahout/trunk/core/build.xml Mon Jun 2 06:15:33 2008
@@ -276,7 +276,7 @@
<target name="test" depends="compile-test, dist-jar" description="Runs unit
tests">
<mkdir dir="${junit.output.dir}"/>
<junit printsummary="off" haltonfailure="no"
- errorProperty="tests.failed" failureProperty="tests.failed">
+ errorProperty="tests.failed" failureProperty="tests.failed"
maxmemory="128m">
<classpath refid="junit.classpath"/>
<assertions>
<enable package="org.apache.mahout"/>