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

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

commit 8405bc47be3355e497dd70d340e3091ebc18f424
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Aug 7 15:58:46 2023 +0200

    (chores) camel-jcr: try reusing forks to reduce test duration
---
 components/camel-jcr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml
index eb7dead6e7f..e5db76d9673 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -80,7 +80,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <forkCount>1</forkCount>
-                    <reuseForks>false</reuseForks>
+                    <reuseForks>true</reuseForks>
                 </configuration>
             </plugin>
         </plugins>

Reply via email to