Author: btellier
Date: Wed Nov 25 10:51:19 2015
New Revision: 1716350
URL: http://svn.apache.org/viewvc?rev=1716350&view=rev
Log:
JAMES-1635 Increase test timeout to 1 hour due to long Cassandra MPT tests
Modified:
james/project/trunk/pom.xml
Modified: james/project/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1716350&r1=1716349&r2=1716350&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Wed Nov 25 10:51:19 2015
@@ -789,8 +789,8 @@
<configuration>
<argLine>-Xms256m -Xmx512m</argLine>
<forkMode>always</forkMode>
- <!-- Fail tests longer than 30 minutes, prevent form
random locking tests -->
-
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
+ <!-- Fail tests longer than 1 hour, prevent form
random locking tests -->
+
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
</configuration>
</plugin>
<plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]