arheom opened a new issue, #1444: URL: https://github.com/apache/camel-karavan/issues/1444
### Describe the bug In our configuration we have a bitbucket outside of a kubernetes cluster. And to access it, it takes more than 5s, unfortunately. With the new updates of the UI inside the KaravanApi.tsx page, line: axios.defaults.timeout = 5000; it adds this timeout to all axios calls, including the one to git service. Because of that, Git pull / push inside the project fails. It would be cool to be able to configure / disable the timeout, so it works also with git remote services which take longer than 5s to respond. ### Steps to reproduce the behavior 1. Configure a slower / remote git server 2. Navigate to a project 3. Pull 4. Timeout issue, from axios. ### Variant Web Application ### Container Management (if applicable) Kubernetes ### Operating System (if applicable) None ### Version 4.8.0 ### Relevant log output _No response_ -- 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]
