Author: sebb
Date: Mon Sep 12 18:43:16 2011
New Revision: 1169864
URL: http://svn.apache.org/viewvc?rev=1169864&view=rev
Log:
Stop test from running more than 30mins (prevent Continuum hanging)
Modified:
commons/proper/pool/trunk/pom.xml
Modified: commons/proper/pool/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1169864&r1=1169863&r2=1169864&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Mon Sep 12 18:43:16 2011
@@ -165,6 +165,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <!-- Don't allow test to run for more that 30 minutes -->
+
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
<includes>
<include>**/Test*.java</include>
</includes>