Restore heap size of integration tests to verify getAdvance() fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-02-02 07:49:32 +00:00
parent 76d28cc22a
commit 9bb5bce5f6
1 changed files with 1 additions and 1 deletions

View File

@ -1648,7 +1648,7 @@ under the License.
unless="integration.test.notRequired">
<propertyreset name="org.apache.poi.util.POILogger" value="org.apache.poi.util.CommonsLogger"/>
<delete dir="build" includes="test-integration.log*"/>
<poiunit failureproperty="integration.test.failed" heap="2048" showoutput="true" jacocodest="build/jacoco-integration.exec">
<poiunit failureproperty="integration.test.failed" heap="1512" showoutput="true" jacocodest="build/jacoco-integration.exec">
<classpath refid="test.integration.classpath"/>
<batchtest todir="${integration.reports.test}">
<fileset dir="${integration.src.test}">