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 4044140746547d267f2b7f0a6606107e9cdb3020 Author: Quan Tran <[email protected]> AuthorDate: Wed Sep 17 14:58:53 2025 +0700 [BUILD] [james-server-webadmin-mailbox] Increase forkCount --- server/protocols/webadmin/webadmin-mailbox/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/protocols/webadmin/webadmin-mailbox/pom.xml b/server/protocols/webadmin/webadmin-mailbox/pom.xml index 913c6a3636..d5b34d981f 100644 --- a/server/protocols/webadmin/webadmin-mailbox/pom.xml +++ b/server/protocols/webadmin/webadmin-mailbox/pom.xml @@ -259,6 +259,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 -Xms512m -Xmx2048m</argLine> <reuseForks>true</reuseForks> + <forkCount>2</forkCount> <!-- Fail tests longer than 30 minutes, prevent form random locking tests --> <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> <excludedGroups>unstable</excludedGroups> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
