This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit b8dd2af54b1113b4ed87b46e1e2881600ca724bd Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Mar 15 11:39:08 2022 +0000 Update forkedProcessTimeoutInSeconds to 15 seconds --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 297a6b0..7522fb5 100644 --- a/pom.xml +++ b/pom.xml @@ -419,7 +419,7 @@ <version>${maven-surefire-plugin-version}</version> <configuration> <!--forkMode>pertest</forkMode --> - <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds> + <forkedProcessTimeoutInSeconds>15000</forkedProcessTimeoutInSeconds> <childDelegation>false</childDelegation> <useFile>true</useFile> <failIfNoTests>false</failIfNoTests>