diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-08-06 21:28:47 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-08-06 21:28:47 +0200 |
commit | 4bf786e189630dea1c679b28bcf87e6e9dd1381a (patch) | |
tree | 61768770c79015d70f799011e01a09a739d10cc6 | |
parent | e22fc90c86e487b7a9a21a8b5a11b57d172f9e21 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |