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

commit 63b75b479d0449413802ac7511387a8b9dfb0160
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Aug 29 12:47:52 2024 +0000

    CAMEL-21143: prevent camel-tahu tests from blocking the CI for too long
---
 components/camel-tahu/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-tahu/pom.xml b/components/camel-tahu/pom.xml
index 0551c110815..31b4a23a5e8 100644
--- a/components/camel-tahu/pom.xml
+++ b/components/camel-tahu/pom.xml
@@ -39,6 +39,8 @@
         <!-- HiveMQ container exists only for x86-->
         <skipITs.ppc64le>true</skipITs.ppc64le>
         <skipITs.s390x>true</skipITs.s390x>
+        <camel.surefire.forkTimeout>300</camel.surefire.forkTimeout>
+        <camel.failsafe.forkTimeout>300</camel.failsafe.forkTimeout>
     </properties>
 
     <dependencies>

Reply via email to