Browse Source

limit junit concurrent threads to 3 (fixed amount)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885701 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
Andreas Beeker 3 years ago
parent
commit
4a632f9389
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      build.xml

+ 2
- 0
build.xml View File

@@ -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}"/>

Loading…
Cancel
Save