(chores) performance: increase the test timeout, since more tests are running
diff --git a/tests/camel-jmh/pom.xml b/tests/camel-jmh/pom.xml
index 10e025c..f11a432 100644
--- a/tests/camel-jmh/pom.xml
+++ b/tests/camel-jmh/pom.xml
@@ -120,7 +120,7 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <version>${maven-surefire-plugin-version}</version>
                         <configuration>
-                            <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
+                            <forkedProcessTimeoutInSeconds>0</forkedProcessTimeoutInSeconds>
                             <includes>
                                 <include>**/*Test.java</include>
                             </includes>