davsclaus opened a new pull request, #26363: URL: https://github.com/apache/camel/pull/26363
`camel run --max-seconds=5` with `camel.main.durationMaxSeconds=480` in application.properties ran for 480 s: the flag was written as an initial property, which camel-main's own loading of application.properties then overrode. An explicit flag is now an override property; a value taken from the profile file stays an initial property. Tests: manual `camel run` check (5 s with the flag, 480 s without); `Run` has no unit test for this path. 1 file. Found while benchmarking a local model against the Camel MCP server (CAMEL-24698); the run-by-run history stays on a local bench branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01Bp3538HRBPMQkb5ta9xRaj -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
