mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 21:47:18 +00:00
Limit heap size of unit tests to 1 GB.
Travis was upset.
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<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>
|
||||
<systemProperties>
|
||||
<property>
|
||||
|
||||
Reference in New Issue
Block a user