You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2012/11/21 07:48:45 UTC

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

Author: brett
Date: Wed Nov 21 06:48:45 2012
New Revision: 1411992

URL: http://svn.apache.org/viewvc?rev=1411992&view=rev
Log:
increase the timeout for a clean build startup

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=1411992&r1=1411991&r2=1411992&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Wed Nov 21 06:48:45 2012
@@ -146,6 +146,7 @@
             <containerId>${container.name}</containerId>
             <log>${project.build.directory}/logs/${container.name}.log</log>
             <output>${project.build.directory}/logs/${container.name}.out</output>
+            <timeout>180000</timeout>
             <systemProperties>
               <appserver.base>${project.build.directory}</appserver.base>
               <derby.system.home>${project.build.directory}</derby.system.home>