mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-27 02:37:06 +01:00
mvn: tell surefire to use more RAM to
this should fix random build failures on travis ("The forked VM terminated without saying properly goodbye")
This commit is contained in:
parent
c7cc38d24a
commit
bd4df48bd3
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -136,6 +136,7 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.17</version>
|
||||
<configuration>
|
||||
<argLine>-Xmx1024m</argLine>
|
||||
<useFile>false</useFile>
|
||||
<disableXmlReport>false</disableXmlReport>
|
||||
<!-- If you have classpath issue like NoDefClassError,... -->
|
||||
|
|
Loading…
Add table
Reference in a new issue