diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -417,9 +417,10 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <runOrder>random</runOrder> + <argLine>-Xmx256m</argLine> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> - + <!-- derby embedded database is used by unit tests --> <derby.stream.error.file>target/derby.log</derby.stream.error.file> </systemPropertyVariables> |