mirror of https://github.com/apache/lucene.git
LUCENE-1709: respect this variable for solr, too. for now keep the default at 2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@933541 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9e7b1eb0d
commit
29334f61cb
|
@ -390,7 +390,7 @@
|
|||
</target>
|
||||
|
||||
<target name="junit-parallel" unless="runsequential">
|
||||
<parallel threadsPerProcessor="2">
|
||||
<parallel threadsPerProcessor="${threadsPerProcessor}">
|
||||
<junit-macro pattern="S"/>
|
||||
<junit-macro pattern="D"/>
|
||||
<junit-macro pattern="A"/>
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
<!-- default arguments to pass to jvm executing tests -->
|
||||
<property name="args" value="" />
|
||||
|
||||
<!-- TODO: measure toning this down by default to 1 -->
|
||||
<property name="threadsPerProcessor" value="2"/>
|
||||
|
||||
<!-- Example directory -->
|
||||
<property name="example" value="${common-solr.dir}/example" />
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue