You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/01/19 21:35:40 UTC

svn commit: r1885701 - /poi/trunk/build.xml

Author: kiwiwings
Date: Tue Jan 19 21:35:40 2021
New Revision: 1885701

URL: http://svn.apache.org/viewvc?rev=1885701&view=rev
Log:
limit junit concurrent threads to 3 (fixed amount)

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1885701&r1=1885700&r2=1885701&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Jan 19 21:35:40 2021
@@ -1278,6 +1278,8 @@ under the License.
                         <!-- jvmarg value="-Duser.timezone=UTC"/ -->
                         <jvmarg value="${file.leak.detector}" />
                         <jvmarg value="-Djunit.jupiter.execution.parallel.enabled=true" />
+                        <jvmarg value="-Djunit.jupiter.execution.parallel.config.strategy=fixed" />
+                        <jvmarg value="-Djunit.jupiter.execution.parallel.config.fixed.parallelism=3" />
                         <jvmarg value="-Xjit:verbose={compileStart|compileEnd},vlog=build/jit.log${no.jit.sherlock}" if:true="${isIBMVM}"/>
 
                         <modulepath refid="@{modulepath-ref}" unless:true="${isJava8}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org