Enable multithread for failsafe 01/100901/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 29 Jan 2020 13:05:24 +0000 (14:05 +0100)
committersebdet <sebastien.determe@intl.att.com>
Wed, 29 Jan 2020 13:05:24 +0000 (14:05 +0100)
Change failsafe configuration to enable the multithreading

Issue-ID: CLAMP-626
Change-Id: Id53d221873d5820a6f8e4b90b8f0ed3a157c11bf
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4d83575..6022b3d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        <includes>
                                                                <include>**/*ItCase.java</include>
                                                        </includes>
-                                                       <forkCount>1</forkCount>
+                                                       <forkCount>1C</forkCount>
                                                        <reuseForks>true</reuseForks>
                                                        <useSystemClassLoader>false</useSystemClassLoader>
                                                        <argLine>${failsafeArgLine}</argLine>