aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-06 21:28:47 +0200
committersebdet <sebastien.determe@intl.att.com>2020-08-06 21:28:47 +0200
commit4bf786e189630dea1c679b28bcf87e6e9dd1381a (patch)
tree61768770c79015d70f799011e01a09a739d10cc6
parente22fc90c86e487b7a9a21a8b5a11b57d172f9e21 (diff)
Re-enable the test multi threading
Re-enable the test multi threading with a new 16G ram node Issue-ID: CLAMP-899 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I52920f47796c8c459287168a048d1ccbe214c762
-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>