You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/11 16:39:02 UTC

svn commit: r1804820 - /commons/proper/beanutils/trunk/pom.xml

Author: pascalschumacher
Date: Fri Aug 11 16:39:02 2017
New Revision: 1804820

URL: http://svn.apache.org/viewvc?rev=1804820&view=rev
Log:
Slightly increase the maximum allowed memory for unit tests, to make the build on travis ci more stable.

Modified:
    commons/proper/beanutils/trunk/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1804820&r1=1804819&r2=1804820&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Fri Aug 11 16:39:02 2017
@@ -40,8 +40,8 @@
       <commons.jira.id>BEANUTILS</commons.jira.id>
       <commons.jira.pid>12310460</commons.jira.pid>
       <!-- limit memory size see BEANUTILS-291; allow command-line override -->
-      <!-- Originally 25M, increased to 50M to get round Continuum CI build failures -->
-      <surefire.argLine>-Xmx49M</surefire.argLine>
+      <!-- Originally 25M, increased to 56M to get round Continuum CI / Travis CI build failures -->
+      <surefire.argLine>-Xmx56M</surefire.argLine>
       <commons.japicmp.version>0.9.1</commons.japicmp.version>
       <commons.clirr.version>2.8</commons.clirr.version>
       <commons.encoding>utf-8</commons.encoding>