ソースを参照

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年前
コミット
4a632f9389
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      build.xml

+ 2
- 0
build.xml ファイルの表示

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

読み込み中…
キャンセル
保存