mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-12580 Reduce the threading used by junit under ant to reduce test time
X-SVN-Rev: 38831
This commit is contained in:
parent
c5ca702c47
commit
80bba75317
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
|||
<delete dir="${junit.out.dir}/@{output}"/>
|
||||
<mkdir dir="${junit.out.dir}/@{output}"/>
|
||||
|
||||
<junit fork="yes" printsummary="yes" haltonfailure="no" failureproperty="@{failure-status}">
|
||||
<junit fork="yes" forkmode="once" printsummary="yes" haltonfailure="no" failureproperty="@{failure-status}">
|
||||
<jvmarg value="-Xss4m"/>
|
||||
<jvmarg value="-ea"/>
|
||||
<jvmarg value="-Djava.awt.headless=true"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue