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
The following commit(s) were added to refs/heads/main by this push: new d9335bc022f (chores) camel-jcr: try reusing forks to reduce test duration (#11010) d9335bc022f is described below commit d9335bc022fe6b8b44e6016f565151559d2ffdb0 Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com> AuthorDate: Sat Aug 5 23:01:31 2023 +0200 (chores) camel-jcr: try reusing forks to reduce test duration (#11010) --- 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 447eae1a031..8a4f84047e1 100644 --- a/components/camel-jcr/pom.xml +++ b/components/camel-jcr/pom.xml @@ -32,7 +32,7 @@ <description>Camel JCR support</description> <properties> - <camel.surefire.reuseForks>false</camel.surefire.reuseForks> + <camel.surefire.reuseForks>true</camel.surefire.reuseForks> </properties> <dependencies>