mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
This commit is contained in:
parent
825bebdbd1
commit
4a632f9389
@ -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…
x
Reference in New Issue
Block a user