You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/03/06 18:16:08 UTC

(camel) 05/08: CAMEL-20479: do not reuse forks for non-concurrent integration tests

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a97943c4015ee6caf9981db1bd3fa107ca2a6956
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 6 11:50:34 2024 +0100

    CAMEL-20479: do not reuse forks for non-concurrent integration tests
---
 components/camel-jms/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 4e19b9630b3..361601263f8 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -244,7 +244,7 @@
                                 </goals>
                                 <configuration>
                                     <forkCount>4</forkCount>
-                                    <reuseForks>true</reuseForks>
+                                    <reuseForks>false</reuseForks>
                                     <groups>not-parallel</groups>
                                     <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
                                 </configuration>