increased jvm heap size for testing(Xmx256)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1371230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Evgeniy Berlog 2012-08-09 14:43:41 +00:00
parent b5a2cd5eb5
commit 2b621a8b58
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ under the License.
<syspropertyset refid="junit.properties"/>
<jvmarg value="${poi.test.locale}"/>
<jvmarg value="-ea"/>
<jvmarg value="-Xmx256m"/>
<formatter type="plain"/>
<batchtest todir="${main.reports.test}">
<fileset dir="${main.src.test}">