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 0b73a09d3f0 (chores) camel-jms: increase the fork timeout
0b73a09d3f0 is described below

commit 0b73a09d3f0d5d456883c7c33a9eeb55b12827fc
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Sep 2 14:51:09 2022 +0200

    (chores) camel-jms: increase the fork timeout
---
 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 3c620961851..1e76bc321ed 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -39,7 +39,7 @@
 
         <camel.surefire.reuseForks>true</camel.surefire.reuseForks>
         <camel.surefire.forkCount>1</camel.surefire.forkCount>
-        <camel.surefire.forkTimeout>340</camel.surefire.forkTimeout>
+        <camel.surefire.forkTimeout>1200</camel.surefire.forkTimeout>
         <camel.surefire.parallel>true</camel.surefire.parallel>
         <camel.surefire.parallel.factor>0.5</camel.surefire.parallel.factor>
     </properties>

Reply via email to