Author: gdusbabek
Date: Wed Apr 14 19:51:45 2010
New Revision: 934148

URL: http://svn.apache.org/viewvc?rev=934148&view=rev
Log:
increase test ram.  Patch by Stu Hood, reviewed by Gary Dusbabek. CASSANDRA-767

Modified:
    cassandra/trunk/build.xml

Modified: cassandra/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/cassandra/trunk/build.xml?rev=934148&r1=934147&r2=934148&view=diff
==============================================================================
--- cassandra/trunk/build.xml (original)
+++ cassandra/trunk/build.xml Wed Apr 14 19:51:45 2010
@@ -363,7 +363,7 @@
     <echo message="running tests"/>
     <mkdir dir="${build.test.dir}/cassandra"/>
     <mkdir dir="${build.test.dir}/output"/>
-    <junit fork="on" failureproperty="testfailed">
+    <junit fork="on" failureproperty="testfailed" maxmemory="1024m">
       <sysproperty key="net.sourceforge.cobertura.datafile" 
file="${cobertura.datafile}"/>
       <formatter type="xml" usefile="true"/>
       <formatter type="brief" usefile="false"/>


Reply via email to