svn commit: r13949 - trunk/src_new/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-12-18 12:02:16-0800
New Revision: 13949
Modified:
trunk/src_new/build.xml
Log:
Increase memory 25% to 160M for gui tests. 128M appears to be borderline
Modified: trunk/src_new/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/build.xml?view=diff&rev=13949&p1=trunk/src_new/build.xml&p2=trunk/src_new/build.xml&r1=13948&r2=13949
==============================================================================
--- trunk/src_new/build.xml (original)
+++ trunk/src_new/build.xml 2007-12-18 12:02:16-0800
@@ -943,7 +943,7 @@
<junit errorproperty="junit.failure" failureproperty="junit.failure"
fork="yes" dir="${basedir}" forkmode="perTest"
haltonfailure="false"
- maxmemory="128M" printsummary="${junit.printsummary}">
+ maxmemory="160M" printsummary="${junit.printsummary}">
<sysproperty key="log4j.configuration" value="org/argouml/resource/default.lcf"/>
<sysproperty key="argouml.tests.dir" value="${argo.tests.src}"/>
<assertions>