bodhi: increase the timeout to 90s due to very large (211+) build updates editing taking a long time to load

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-10 20:18:07 -07:00
parent be0f143bcc
commit 69a85f2232

View file

@ -162,6 +162,6 @@
command: oc -n bodhi scale dc/bodhi-web --replicas={{ bodhi_openshift_pods }}
when: env == "staging"
- name: Set the timeout to the openshift route
command: "oc -n bodhi annotate route bodhi-web --overwrite haproxy.router.openshift.io/timeout=30s"
command: "oc -n bodhi annotate route bodhi-web --overwrite haproxy.router.openshift.io/timeout=90s"
tags:
- route-timeout