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 c2bf2d66dd2 (chores) camel-ftp: increase an overly aggressive fork timeout c2bf2d66dd2 is described below commit c2bf2d66dd217982484990d9385e198d74b6da7f Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Fri Aug 26 16:35:38 2022 +0200 (chores) camel-ftp: increase an overly aggressive fork timeout --- components/camel-ftp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml index 9455666c7ad..93d4f43301a 100644 --- a/components/camel-ftp/pom.xml +++ b/components/camel-ftp/pom.xml @@ -37,7 +37,7 @@ </camel.osgi.import.before.defaults> <camel.surefire.forkCount>4</camel.surefire.forkCount> - <camel.surefire.forkTimeout>60</camel.surefire.forkTimeout> + <camel.surefire.forkTimeout>600</camel.surefire.forkTimeout> <camel.surefire.parallel>false</camel.surefire.parallel> <!-- This one can run in parallel rather safely-->