[
https://issues.apache.org/jira/browse/CAMEL-10616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15800990#comment-15800990
]
Minh Tran commented on CAMEL-10616:
-----------------------------------
If you run the unit test, you'll see the following appear in the logs
INFO org.apache.camel.impl.DefaultShutdownStrategy - Starting to graceful
shutdown 1 routes (timeout 10 seconds)
Wouldn't you expect that message to say timeout in 60 seconds?
> shutdown timeout override not working in unit tests
> ---------------------------------------------------
>
> Key: CAMEL-10616
> URL: https://issues.apache.org/jira/browse/CAMEL-10616
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-boot
> Affects Versions: 2.18.1
> Reporter: Minh Tran
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.18.2, 2.19.0
>
>
> In my main application, I can override the timeout by declaring my own
> ShutdownStrategy bean and setting the timeout property. However this seems to
> be ignored during unit tests and always uses 10s timeouts.
> The bean is certainly being picked up because I see the following logging
> {noformat}
> org.apache.camel.spring.boot.CamelAutoConfiguration - Using custom
> ShutdownStrategy: org.apache.camel.impl.DefaultShutdownStrategy@5b8b9b2d
> {noformat}
> This is preventing me from doing any debugging during unit tests as it will
> always end the jvm before I can inspect anything.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)