You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2008/08/07 23:39:09 UTC

svn commit: r683726 - /lucene/mahout/trunk/core/build.xml

Author: srowen
Date: Thu Aug  7 14:39:09 2008
New Revision: 683726

URL: http://svn.apache.org/viewvc?rev=683726&view=rev
Log:
Tests now can use up to 256MB of heap

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=683726&r1=683725&r2=683726&view=diff
==============================================================================
--- lucene/mahout/trunk/core/build.xml (original)
+++ lucene/mahout/trunk/core/build.xml Thu Aug  7 14:39:09 2008
@@ -304,7 +304,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" maxmemory="128m">
+      errorProperty="tests.failed" failureProperty="tests.failed" maxmemory="256m">
       <classpath refid="junit.classpath"/>
       <assertions>
         <enable package="org.apache.mahout"/>
@@ -347,7 +347,7 @@
   <target name="examples-test" depends="compile-examples-test, dist-jar" description="Runs unit tests for the examples">
     <mkdir dir="${junit.output.dir}/examples"/>
     <junit printsummary="off" haltonfailure="no"
-      errorProperty="tests.failed" failureProperty="tests.failed" maxmemory="128m">
+      errorProperty="tests.failed" failureProperty="tests.failed" maxmemory="256m">
       <classpath refid="junit.examples.classpath"/>
       <assertions>
         <enable package="org.apache.mahout"/>