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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Jul 13 10:18:10 EDT 2009


Author: ozizka at redhat.com
Date: 2009-07-13 10:18:10 -0400 (Mon, 13 Jul 2009)
New Revision: 555

Modified:
   trunk/jsfunit/pom.xml
Log:
Cargo timeout down to 5 mins (was 10) - shutdown is currently failing until cargo is fixed.

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-07-13 12:13:50 UTC (rev 554)
+++ trunk/jsfunit/pom.xml	2009-07-13 14:18:10 UTC (rev 555)
@@ -327,7 +327,7 @@
                         <containerId>jboss5x</containerId>
                         <home>${JBOSS_HOME}</home> <!-- Binaries used by Cargo. -->
                         <log>${basedir}/target/jboss5.x.logs/cargo.log</log>
-                        <timeout>600000</timeout> <!-- 10 minutes -->
+                        <timeout>300000</timeout> <!-- 5 minutes -->
                         <systemProperties>
                            <!-- Used in jboss-log4j.xml. See /testdata/... -->
                            <jboss.server.log.threshold>ALL</jboss.server.log.threshold>
@@ -418,16 +418,12 @@
                      <execution>
                         <id>start-container</id>
                         <phase>pre-integration-test</phase>
-                        <goals>
-                           <goal>start</goal>
-                        </goals>
+                        <goals> <goal>start</goal> </goals>
                      </execution>
                      <execution>
                         <id>stop-container</id>
                         <phase>post-integration-test</phase>
-                        <goals>
-                           <goal>stop</goal>
-                        </goals>
+                        <goals> <goal>stop</goal> </goals>
                      </execution>
                   </executions>
                </plugin>




More information about the embjopr-commits mailing list