mirror of https://github.com/apache/lucene.git
prevent useless gc in tests, using the value from lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@926145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ff2d5d3af
commit
cb4985074f
|
@ -394,6 +394,7 @@
|
|||
<property name="dir.prop" value=""/>
|
||||
<junit printsummary="no"
|
||||
haltonfailure="no"
|
||||
maxmemory="512M"
|
||||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/test/test-files/"
|
||||
|
|
Loading…
Reference in New Issue