[embjopr-commits] EMBJOPR SVN: r374 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon May 4 13:12:39 EDT 2009


Author: ozizka at redhat.com
Date: 2009-05-04 13:12:38 -0400 (Mon, 04 May 2009)
New Revision: 374

Modified:
   trunk/jsfunit/pom.xml
Log:
JSFUnit POM: Cargo timeout increased from 5 to 10 minutes to prevent Hudson startup timeouts.

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-05-04 16:05:47 UTC (rev 373)
+++ trunk/jsfunit/pom.xml	2009-05-04 17:12:38 UTC (rev 374)
@@ -162,7 +162,7 @@
                         <containerId>jboss42x</containerId>
                         <home>${JBOSS_HOME}</home>
                         <log>${basedir}/target/jboss4.2.logs/cargo.log</log>
-                        <timeout>300000</timeout>   <!-- 5 minutes -->
+                        <timeout>600000</timeout>   <!-- 10 minutes -->
                         <systemProperties>
                            <jboss.server.log.threshold>ALL</jboss.server.log.threshold>
                            <!-- snoops request and response from client side result is in server.log
@@ -314,7 +314,7 @@
                         <containerId>jboss5x</containerId>
                         <home>${JBOSS_HOME}</home> <!-- Binaries used by Cargo. -->
                         <log>${basedir}/target/jboss5.x.logs/cargo.log</log>
-                        <timeout>300000</timeout> <!-- 5 minutes -->
+                        <timeout>600000</timeout> <!-- 10 minutes -->
                         <systemProperties>
                            <!-- Used in jboss-log4j.xml. See /testdata/... -->
                            <jboss.server.log.threshold>ALL</jboss.server.log.threshold>




More information about the embjopr-commits mailing list