(chores): increase timeout duration to avoid problems with long-running tests
diff --git a/pom.xml b/pom.xml
index 0250c5c..4ba3cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,7 @@
                 <configuration>
                     <forkCount>1</forkCount>
                     <reuseForks>false</reuseForks>
+                    <forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
                     <systemPropertyVariables>
                         <skipStartingCamelContext>${skip.starting.camel.context}</skipStartingCamelContext>
                     </systemPropertyVariables>