aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-19 14:53:51 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-19 14:53:51 +0100
commit6101653405239041364332bbbdb2ec21d450dbf0 (patch)
tree93c440cc7e265a20d78145829ade3f3e584bf26c /pom.xml
parent8b0cc9949843d3f50d5ff46493324b890b951063 (diff)
downloadsonarqube-6101653405239041364332bbbdb2ec21d450dbf0.tar.gz
sonarqube-6101653405239041364332bbbdb2ec21d450dbf0.zip
Attempt to fix unexplained parallel execution of tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b4b19ca6356..61ea286f155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,6 +503,7 @@
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
<groups>${junitGroups}</groups>
+ <threadCount>1</threadCount>
</configuration>
</plugin>
<plugin>