This is an automated email from the ASF dual-hosted git repository. hqtran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit e52ab02a9818e96538562e9b960f2efed4cae848 Author: Quan Tran <[email protected]> AuthorDate: Wed Sep 17 11:16:45 2025 +0700 [BUILD] [rabbitmq-webadmin-integration-test] Increase forkCount --- .../distributed-webadmin-integration-test/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/pom.xml b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/pom.xml index 5274ec86d5..0d965bf9a0 100644 --- a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/pom.xml +++ b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/pom.xml @@ -126,6 +126,7 @@ -javaagent:"${settings.localRepository}"/org/jacoco/org.jacoco.agent/${jacoco-maven-plugin.version}/org.jacoco.agent-${jacoco-maven-plugin.version}-runtime.jar=destfile=${basedir}/target/jacoco.exec -Xms1024m -Xmx4096m</argLine> <reuseForks>true</reuseForks> + <forkCount>2</forkCount> <!-- Fail tests longer than 30 minutes, prevent form random locking tests --> <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> <!-- Junit 5 move from Category to Tag, and it needs tag's name as parameter --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
