aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Closset <christophe.closset@intl.att.com>2020-08-20 08:13:37 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-20 08:13:37 +0000
commite82118dca1592ce7fc0fb91b641ae0564904911e (patch)
tree0d322aceffbe48d1c8785250eafc5675b8530a43
parent07c4016257b28e6d662cf0698b6e76f318ac01b8 (diff)
parent4bf786e189630dea1c679b28bcf87e6e9dd1381a (diff)
Merge "Re-enable the test multi threading"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 623cbb9a..6c6d100f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -885,7 +885,7 @@
<includes>
<include>**/*ItCase.java</include>
</includes>
- <forkCount>1</forkCount>
+ <forkCount>1C</forkCount>
<reuseForks>true</reuseForks>
<useSystemClassLoader>false</useSystemClassLoader>
<argLine>${failsafeArgLine}</argLine>