]> source.dussan.org Git - poi.git/commitdiff
Restore heap size of integration tests to verify getAdvance() fix
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 2 Feb 2020 07:49:32 +0000 (07:49 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 2 Feb 2020 07:49:32 +0000 (07:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873496 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index f6bbdda6892db1d853f2f9c93144a74af710f732..3448b2df399d1b75120d3935b87a782b08382387 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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}">