mirror of https://github.com/apache/lucene.git
LUCENE-1414: increase max heap size when running unit tests to 512M
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@702889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d02bbe2dfd
commit
b0e6bac10d
|
@ -347,7 +347,7 @@
|
|||
|
||||
<target name="test" depends="compile-test" description="Runs unit tests">
|
||||
<mkdir dir="${junit.output.dir}"/>
|
||||
<junit printsummary="off" haltonfailure="no"
|
||||
<junit printsummary="off" haltonfailure="no" maxmemory="512M"
|
||||
errorProperty="tests.failed" failureProperty="tests.failed">
|
||||
<classpath refid="junit.classpath"/>
|
||||
<assertions>
|
||||
|
|
Loading…
Reference in New Issue