Repository: james-project
Updated Branches:
  refs/heads/master 2430a2c7e -> 5f8f0d59b


Increase surefire fork timeout


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/65cbdf08
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/65cbdf08
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/65cbdf08

Branch: refs/heads/master
Commit: 65cbdf08c4dc34692f5556af59dbbebf35d66fa5
Parents: ab677d0
Author: Antoine Duprat <adup...@linagora.com>
Authored: Fri Nov 24 10:12:06 2017 +0100
Committer: Antoine Duprat <adup...@linagora.com>
Committed: Fri Nov 24 10:12:06 2017 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/65cbdf08/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6fbd7de..ddaf8c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2530,8 +2530,8 @@
                     <configuration>
                         <argLine>-Xms256m -Xmx512m</argLine>
                         <reuseForks>false</reuseForks>
-                        <!-- Fail tests longer than 1 hour, prevent form 
random locking tests -->
-                        
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
+                        <!-- Fail tests longer than 2 hours, prevent form 
random locking tests -->
+                        
<forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
                     </configuration>
                 </plugin>
                 <plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to