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:45:22 UTC

svn commit: r911203 - /continuum/branches/continuum-1.3.x/continuum-webapp-test/pom.xml

Author: ctan
Date: Wed Feb 17 22:45:22 2010
New Revision: 911203

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

Modified:
    continuum/branches/continuum-1.3.x/continuum-webapp-test/pom.xml

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