]> source.dussan.org Git - sonarqube.git/commitdiff
Attempt to fix unexplained parallel execution of tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 19 Feb 2015 13:53:51 +0000 (14:53 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 19 Feb 2015 13:53:51 +0000 (14:53 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index b4b19ca6356559c0b911798383da9c8f933d7981..61ea286f1552d1ac7c694511d7e454b22dd0b3f5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
           </systemPropertyVariables>
           <groups>${junitGroups}</groups>
+          <threadCount>1</threadCount>
         </configuration>
       </plugin>
       <plugin>