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

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

commit 83e0e6516fa5a3818db37acb4a2495efafc63a08
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon May 9 12:57:30 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 6507df8f6b..93d4f154b7 100644
--- a/log4j-layout-template-json/pom.xml
+++ b/log4j-layout-template-json/pom.xml
@@ -280,6 +280,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