Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Easy] Configure autodeploy request timeout (#2119)
# Description I noticed our auto-deploy jobs are frequently timing out in the services repo: https://github.com/cowprotocol/services/actions/workflows/deploy.yaml, which is due to our k8s deployment being too slow (currently [~7 minutes](https://production-6de61f.kb.eu-central-1.aws.cloud.es.io/app/r/s/DylSb)) for all pods to restart. cowprotocol/autodeploy-action#39 made the timeout for the requests configurable (before it was hardcoded to 6 minutes). This PR uses this config value. # Changes - [ ] Set the timeout to 10 minutes ## How to test Observe deploy job succeeding after this PR is merged.
- Loading branch information