diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -482,7 +482,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <runOrder>random</runOrder> - <argLine>-Xmx256m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> + <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> |