You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2010/02/17 23:47:09 UTC

svn commit: r911206 - /continuum/trunk/continuum-webapp-test/pom.xml

Author: ctan
Date: Wed Feb 17 22:47:09 2010
New Revision: 911206

URL: http://svn.apache.org/viewvc?rev=911206&view=rev
Log:
removed max memory in webapp-test as this reduced it from 512 before
merge -r 911203 from 1.3.x branch

Modified:
    continuum/trunk/continuum-webapp-test/pom.xml

Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=911206&r1=911205&r2=911206&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Wed Feb 17 22:47:09 2010
@@ -73,7 +73,6 @@
           <suiteXmlFiles>
             <suiteXmlFile>src/test/testng/config/testng.xml</suiteXmlFile>
           </suiteXmlFiles>
-          <argLine>-Xmx256m</argLine>
         </configuration>
         <executions>
           <execution>