[hornetq-commits] JBoss hornetq SVN: r11421 - branches/HORNETQ-720_Replication.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 26 06:37:00 EDT 2011


Author: borges
Date: 2011-09-26 06:37:00 -0400 (Mon, 26 Sep 2011)
New Revision: 11421

Modified:
   branches/HORNETQ-720_Replication/pom.xml
Log:
Fork the process for each test class, and time-it out after 10 min

Modified: branches/HORNETQ-720_Replication/pom.xml
===================================================================
--- branches/HORNETQ-720_Replication/pom.xml	2011-09-26 10:36:41 UTC (rev 11420)
+++ branches/HORNETQ-720_Replication/pom.xml	2011-09-26 10:37:00 UTC (rev 11421)
@@ -475,6 +475,8 @@
                   <testFailureIgnore>true</testFailureIgnore>
                   <runOrder>alphabetical</runOrder>
                   <redirectTestOutputToFile>false</redirectTestOutputToFile>
+                  <forkMode>always</forkMode>
+                  <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
                </configuration>
             </plugin>
             <plugin>



More information about the hornetq-commits mailing list