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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit cd29455a1ea0a25b9f1dae7d536d6678fc36bdfb
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon May 9 12:56:31 2022 +0200

    Improve JTL test parallelization.
---
 log4j-layout-template-json/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/log4j-layout-template-json/pom.xml 
b/log4j-layout-template-json/pom.xml
index 0ed5373765..b7f2a19573 100644
--- a/log4j-layout-template-json/pom.xml
+++ b/log4j-layout-template-json/pom.xml
@@ -191,6 +191,8 @@
                indeed handles everything in UTF-8 without implicitly
                relying on the system defaults. -->
           <argLine>-Dfile.encoding=US-ASCII</argLine>
+          <forkCount>8C</forkCount>
+          <reuseForks>true</reuseForks>
           <systemPropertyVariables>
             <!-- Enable JUnit 5 parallel execution. -->
             
<junit.jupiter.execution.parallel.enabled>true</junit.jupiter.execution.parallel.enabled>

Reply via email to