[
https://issues.apache.org/jira/browse/CAMEL-17028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-17028.
---------------------------------
Resolution: Won't Fix
> Make it easier to set a custom maven-failsafe timeout value
> -----------------------------------------------------------
>
> Key: CAMEL-17028
> URL: https://issues.apache.org/jira/browse/CAMEL-17028
> Project: Camel
> Issue Type: Improvement
> Components: build system
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 3.x
>
>
> By default the 300 seconds can sometimes be too low a value.
> For example some of the aws tests runs longer. For example 14 min took it
> once on my laptop.
> In the component/pom.xml I have to do this
> -
> <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
> +
> <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
> Maybe that 300 can be some kind of property placeholder, which you can then
> specify as -D or some way when running mvn verify
--
This message was sent by Atlassian Jira
(v8.20.10#820010)