Minh Tran created CAMEL-10616:
---------------------------------
Summary: 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
Priority: Critical
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)