From fd78b58fcfdc400529dac7671c2ceb40b88aef0a Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 28 Feb 2020 11:06:34 -0800 Subject: [PATCH] Increase timeout for run static job This job installs all of the vhosts necessary for our static hosting as well as compiling afs kernel modules. Then it tests that they function. Unfortunately in some cases half an hour just isn't enough time. Double the default timeout to an hour to work around this. Change-Id: Ief457aafa503af6c5bad83a1198b6c699d2d4983 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 4469dc8810..2169ff0eb7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1103,6 +1103,7 @@ parent: system-config-run description: | Run the playbook for a static node + timeout: 3600 nodeset: nodes: - name: bridge.openstack.org