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/022b216c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/022b216c Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/022b216c Branch: refs/heads/master Commit: 022b216cd23b7ad1b100ac067428b3d05fb8206b Parents: 2430a2c Author: Antoine Duprat <adup...@linagora.com> Authored: Fri Nov 24 10:12:06 2017 +0100 Committer: Antoine Duprat <adup...@linagora.com> Committed: Tue Nov 28 14:49:05 2017 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/022b216c/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