Reset test memory size back to 64M, it is not causing problems.

This commit is contained in:
Michael Pope 2015-04-16 10:51:09 +09:30 committed by Mike Pope
parent 99edd5f1da
commit 5c0bed1b78
1 changed files with 2 additions and 2 deletions

View File

@ -626,7 +626,7 @@
export CLASSPATH=${CLASSPATH}:test/lib/junit.jar; ant testall
-->
<junit printsummary="on" errorProperty="error.junit"
failureProperty="error.junit" fork="yes" maxmemory="256m">
failureProperty="error.junit" fork="yes" maxmemory="64M">
<classpath refid="test.run.classpath"/>
<formatter type="xml" />
@ -852,7 +852,7 @@
<mkdir dir="${freecol.build.dir}/report/xml"/>
<junit printsummary="on" errorproperty="error.junit"
fork="yes" maxmemory="256m">
fork="yes" maxmemory="64M">
<classpath location="build/instrumented-classes"/>
<classpath location="build/net"/>
<classpath refid="cobertura.classpath"/>