summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-10-31 23:34:07 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-11-01 00:25:48 +0400
commit03d3eaac31c3bec1b80e2f7163f84857a59d75ea (patch)
tree66c9f59050b41e642d19c75a6defc3ed22bb2d15 /pom.xml
parent5aad37958e2ab2bcff3b98a3cbd943598503f9f0 (diff)
downloadsonarqube-03d3eaac31c3bec1b80e2f7163f84857a59d75ea.tar.gz
sonarqube-03d3eaac31c3bec1b80e2f7163f84857a59d75ea.zip
Increase memory for unit tests with Derby
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 33c99ca1aca..318d366b358 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>