This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new ff2c3a8cc6 Trying also Fault Tolerance in parallel because there is a
lot of wait time
ff2c3a8cc6 is described below
commit ff2c3a8cc69b117002dfb75e2a3db1c52a2df2c3
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Oct 12 14:36:55 2022 +0200
Trying also Fault Tolerance in parallel because there is a lot of wait time
---
tck/microprofile-tck/fault-tolerance/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml
b/tck/microprofile-tck/fault-tolerance/pom.xml
index 2ebad16765..abeac88452 100644
--- a/tck/microprofile-tck/fault-tolerance/pom.xml
+++ b/tck/microprofile-tck/fault-tolerance/pom.xml
@@ -35,6 +35,8 @@
<!-- Updated version to fix hanging text -->
<version>3.0.0-M6</version>
<configuration>
+ <reuseForks>true</reuseForks>
+ <forkCount>1C</forkCount>
<dependenciesToScan>
<dependency>org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck</dependency>
</dependenciesToScan>
@@ -59,6 +61,8 @@
<goal>test</goal>
</goals>
<configuration>
+ <reuseForks>true</reuseForks>
+ <forkCount>1C</forkCount>
<systemPropertyVariables>
<arquillian.launch>tomee-plus</arquillian.launch>
</systemPropertyVariables>
@@ -70,6 +74,8 @@
<goal>test</goal>
</goals>
<configuration>
+ <reuseForks>true</reuseForks>
+ <forkCount>1C</forkCount>
<systemPropertyVariables>
<arquillian.launch>tomee-plume</arquillian.launch>
</systemPropertyVariables>