[hornetq-commits] JBoss hornetq SVN: r11959 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jan 4 07:38:51 EST 2012


Author: borges
Date: 2012-01-04 07:38:50 -0500 (Wed, 04 Jan 2012)
New Revision: 11959

Modified:
   trunk/pom.xml
Log:
Add test timeouts due to hanging builds at QA's Jenkins. Surefire: fork=always, timeout=300s.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2012-01-04 12:38:45 UTC (rev 11958)
+++ trunk/pom.xml	2012-01-04 12:38:50 UTC (rev 11959)
@@ -472,6 +472,8 @@
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.11</version>
                <configuration>
+                  <forkMode>always</forkMode>
+                  <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
                   <testFailureIgnore>true</testFailureIgnore>
                   <runOrder>alphabetical</runOrder>
                   <redirectTestOutputToFile>false</redirectTestOutputToFile>



More information about the hornetq-commits mailing list