Skip to content

Commit

Permalink
Increased threadcount values in build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 3, 2024
1 parent dd3821d commit 8856095
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,9 @@
<runtest suitename="functional"
groups="functional"
parallel="${parallel.classes}"
threadcount="5" />
threadcount="50" />
</target>


<target name="byteman" depends="postcompile,define-testng-task" description="Runs the byteman tests">
<mkdir dir="${tmp.dir}/test-results/xml/byteman"/>
<runtest classpath="jg.classpath.byteman"
Expand Down Expand Up @@ -580,7 +579,7 @@
groups="base,stack-dependent"
excludedgroups="stack-independent,broken"
parallel="${parallel.classes}"
threadcount="5"
threadcount="20"
initial.mcast.addr="${jgroups.udp.mcast_addr}"
initial.mcast.port="25000"
initial.tcp.port="25000"
Expand All @@ -594,7 +593,7 @@
groups="base,stack-dependent"
excludedgroups="stack-independent,broken"
parallel="${parallel.classes}"
threadcount="5"
threadcount="20"
initial.mcast.addr="${jgroups.udp.mcast_addr}"
initial.mcast.port="26000"
initial.tcp.port="26000"
Expand All @@ -613,7 +612,7 @@
groups="base,stack-dependent"
excludedgroups="stack-independent,broken"
parallel="${parallel.classes}"
threadcount="5"
threadcount="20"
initial.mcast.addr="${jgroups.udp.mcast_addr}"
initial.mcast.port="27000"
initial.tcp.port="27000"
Expand All @@ -631,7 +630,7 @@
groups="base,stack-dependent"
excludedgroups="stack-independent,broken"
parallel="${parallel.classes}"
threadcount="5"
threadcount="20"
initial.mcast.addr="${jgroups.udp.mcast_addr}"
initial.mcast.port="28000"
initial.tcp.port="28000"
Expand All @@ -650,7 +649,7 @@
groups="base,stack-dependent"
excludedgroups="stack-independent,broken"
parallel="${parallel.classes}"
threadcount="5"
threadcount="20"
initial.mcast.addr="${jgroups.udp.mcast_addr}"
initial.mcast.port="29000"
initial.tcp.port="30000"
Expand All @@ -668,7 +667,7 @@
groups="base,stack-dependent"
excludedgroups="stack-independent,broken"
parallel="${parallel.classes}"
threadcount="5"
threadcount="20"
initial.mcast.addr="${jgroups.udp.mcast_addr}"
initial.mcast.port="31000"
initial.tcp.port="32000"
Expand Down

0 comments on commit 8856095

Please sign in to comment.