1
0
Fork 0
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:
sstone 2016-08-26 12:43:16 +02:00
parent c7cc38d24a
commit bd4df48bd3

View file

@ -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,... -->