Author: felixk
Date: Wed May 26 13:26:11 2010
New Revision: 948422
URL: http://svn.apache.org/viewvc?rev=948422&view=rev
Log:
Kill the test if it lasts longer than 15 minutes (I think this should be long enough).
See also http://www.archivum.info/dev@directory.apache.org/2010-05/00116/Never-ending-tests.html
Modified:
directory/apacheds/trunk/server-integ/pom.xml
Modified: directory/apacheds/trunk/server-integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/pom.xml?rev=948422&r1=948421&r2=948422&view=diff
==============================================================================
--- directory/apacheds/trunk/server-integ/pom.xml (original)
+++ directory/apacheds/trunk/server-integ/pom.xml Wed May 26 13:26:11 2010
@@ -102,6 +102,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<includes>
<include>**/*ISuite.java</include>
</includes>
|