Increase surefire heap size

Prevents out of memory errors with many concurrent tests.
pull/293/head
Andrew Gaul 2019-02-05 11:23:05 -08:00
rodzic 204324b1fb
commit fbead8e47c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -229,7 +229,7 @@
<configuration>
<parallel>all</parallel>
<threadCount>1</threadCount>
<argLine>-Xmx256m</argLine>
<argLine>-Xmx512m</argLine>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
<runOrder>random</runOrder>