summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-04-01 16:49:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-01 16:49:50 +0000
commiteaac1814e8341b556b43d54e43165c46c3facc08 (patch)
treebf398f61977d71762c993c24adca756cf08af705 /pom.xml
parentc9296dc7147f22ed636f928f6c38ad099e3ed398 (diff)
parentaaa93d4351b712762d6951a8c82bbe84c2077795 (diff)
Merge "replace all fixed wiremock ports"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1d5d53d9a7..01d66b4366 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,6 +434,9 @@
<so.log.level>DEBUG</so.log.level>
</systemPropertyVariables>
<rerunFailingTestsCount>2</rerunFailingTestsCount>
+ <parallel>classes</parallel>
+ <useUnlimitedThreads>false</useUnlimitedThreads>
+ <threadCount>1</threadCount>
</configuration>
</plugin>
<plugin>