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:
Robert Muir 2010-04-13 10:45:43 +00:00
parent e9e7b1eb0d
commit 29334f61cb
2 changed files with 4 additions and 1 deletions

View File

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

View File

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