Limit heap size of unit tests to 1 GB.

Travis was upset.
This commit is contained in:
Andreas Schildbach 2016-02-05 12:39:55 +01:00
parent becd8641c9
commit af769fe708

View file

@ -321,7 +321,7 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<argLine>${surefireArgLine}</argLine> <!-- This is required for code coverage to work. --> <argLine>-Xmx1024m ${surefireArgLine}</argLine><!-- Last argument is required for code coverage to work. -->
<runOrder>alphabetical</runOrder> <runOrder>alphabetical</runOrder>
<systemProperties> <systemProperties>
<property> <property>