You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/08/20 05:53:50 UTC

[james-project] 03/04: [BUILD] Increase timeout for JMAP draft integration tests

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit a513e6304ae1cff9dd4edc3cdc244986e12aedcd
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Aug 19 09:09:09 2022 +0700

    [BUILD] Increase timeout for JMAP draft integration tests
---
 .../rabbitmq-jmap-draft-integration-testing/pom.xml                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing/pom.xml b/server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing/pom.xml
index 2c26c90aed..4304f3daa7 100644
--- a/server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing/pom.xml
+++ b/server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing/pom.xml
@@ -162,8 +162,8 @@
                 <configuration>
                     <argLine>-Xms512m -Xmx2048m</argLine>
                     <reuseForks>true</reuseForks>
-                    <!-- Fail tests longer than 20 minutes, prevent form random locking tests -->
-                    <forkedProcessTimeoutInSeconds>1200</forkedProcessTimeoutInSeconds>
+                    <!-- Fail tests longer than 30 minutes, prevent form random locking tests -->
+                    <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
                     <groups combine.self="override">org.apache.james.junit.categories.BasicFeature,org.apache.james.jmap.categories.EnableCucumber</groups>
                     <excludedGroups>org.apache.james.junit.categories.Unstable</excludedGroups>
                 </configuration>


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