Fix out of memory error in unit tests

This commit is contained in:
Sebastian Zhorel 2015-10-10 18:37:17 +02:00
parent 5ebcd68c98
commit 061733efaf
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@
export CLASSPATH=${CLASSPATH}:test/lib/junit.jar; ant testall
-->
<junit printsummary="on" errorProperty="error.junit"
failureProperty="error.junit" fork="yes" maxmemory="64M">
failureProperty="error.junit" fork="yes" maxmemory="96M">
<classpath refid="test.run.classpath"/>
<formatter type="xml" />