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 81358a64cf9 (chores) camel-kafka: increase fork timeout to prevent
failures due to long-running tests
81358a64cf9 is described below
commit 81358a64cf99e4687cae270db188622b040eeec3
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Mar 18 11:28:26 2024 +0100
(chores) camel-kafka: increase fork timeout to prevent failures due to
long-running tests
---
components/camel-kafka/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 037a468a031..bd40421691b 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -223,7 +223,7 @@
<configuration>
<reuseForks>false</reuseForks>
<groups>health,idempotent,breakOnFirstError</groups>
-
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
+
<forkedProcessTimeoutInSeconds>1200</forkedProcessTimeoutInSeconds>
</configuration>
</execution>
</executions>