From 53da4a3fb207841fddfa13fa0d484cdbfa0883ca Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 4 Aug 2022 20:36:04 +1000 Subject: [PATCH] system-config-run-gitea: increase timeout I've seen a couple of jobs timeout on this for no apparent reason. Loading all the repos just seems to take a long time. Looking at the logs [1], depending on the cloud taking 55m - 1h is not terribly uncommon. Increase the timeout on this by 20 minutes to give it enough headroom over an hour. [1] https://zuul.opendev.org/t/openstack/builds?job_name=system-config-run-gitea&project=opendev%2Fsystem-config Change-Id: I51080820bae35ac615a3b8b7ee1b8890e0df8410 --- zuul.d/system-config-run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 4f53c2694f..70b8f01029 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -573,7 +573,7 @@ parent: system-config-run-containers description: | Run the playbook for the gitea servers. - timeout: 3600 + timeout: 4800 nodeset: nodes: - name: bridge.openstack.org