You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2017/11/24 13:10:21 UTC

[1/2] james-project git commit: Increase surefire fork timeout

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 <ad...@linagora.com>
Authored: Fri Nov 24 10:12:06 2017 +0100
Committer: Antoine Duprat <ad...@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-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[2/2] james-project git commit: Merge remote-tracking branch 'mine/increase-fork-timeout'

Posted by ad...@apache.org.
Merge remote-tracking branch 'mine/increase-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/5f8f0d59
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5f8f0d59
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5f8f0d59

Branch: refs/heads/master
Commit: 5f8f0d59bda76c9ee2451b694fc848d7f33f0c54
Parents: 2430a2c 65cbdf0
Author: Antoine Duprat <ad...@linagora.com>
Authored: Fri Nov 24 14:09:57 2017 +0100
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Fri Nov 24 14:09:57 2017 +0100

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



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