diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-19 14:53:51 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-19 14:53:51 +0100 |
commit | 6101653405239041364332bbbdb2ec21d450dbf0 (patch) | |
tree | 93c440cc7e265a20d78145829ade3f3e584bf26c /pom.xml | |
parent | 8b0cc9949843d3f50d5ff46493324b890b951063 (diff) | |
download | sonarqube-6101653405239041364332bbbdb2ec21d450dbf0.tar.gz sonarqube-6101653405239041364332bbbdb2ec21d450dbf0.zip |
Attempt to fix unexplained parallel execution of tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -503,6 +503,7 @@ <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> </systemPropertyVariables> <groups>${junitGroups}</groups> + <threadCount>1</threadCount> </configuration> </plugin> <plugin> |