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-performance-tests.git
commit 53f7a6bac6483635499c2093b4b7610917d498c5 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Sun May 7 07:36:41 2023 +0200 (chores) performance: increase the test timeout, since more tests are running --- tests/camel-jmh/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>