ICU-12580 Reduce the threading used by junit under ant to reduce test time

X-SVN-Rev: 38831
This commit is contained in:
Stuart Gill 2016-06-13 22:48:14 +00:00
parent c5ca702c47
commit 80bba75317

View file

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