From db52869379aceef665ddcb42419c8a3bd57b5e7f Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 11 Sep 2019 15:23:48 -0700 Subject: [PATCH] Increase tox job timeouts to 90 minutes With the gate being extra-busy due to feature freeze week, we seem to be having even more of a noisy neighbor problem and jobs are still often hitting the 60 minute timeout. This change increases the timeout from 60 to 90 minutes. This is not an indication that things are normal and fine but should hopefully alleviate pressure until we're in a position to merge a more satisfactory workaround and fix. Change-Id: I171eccc2dd46c26ada74def36523c6f7f29be868 --- .zuul.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 484448c139..7a09b6c6b4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -162,15 +162,15 @@ jobs: # Override tox timeouts - openstack-tox-py37: - timeout: 3600 + timeout: 5400 - openstack-tox-py36: - timeout: 3600 + timeout: 5400 - openstack-tox-py27: - timeout: 3600 + timeout: 5400 - openstack-tox-cover: - timeout: 3600 + timeout: 5400 - openstack-tox-lower-constraints: - timeout: 3600 + timeout: 5400 - keystone-dsvm-functional: irrelevant-files: &irrelevant-files - ^.*\.rst$ @@ -215,13 +215,13 @@ jobs: # Override tox timeouts - openstack-tox-py37: - timeout: 3600 + timeout: 5400 - openstack-tox-py36: - timeout: 3600 + timeout: 5400 - openstack-tox-py27: - timeout: 3600 + timeout: 5400 - openstack-tox-lower-constraints: - timeout: 3600 + timeout: 5400 - keystone-dsvm-functional: irrelevant-files: *irrelevant-files - keystone-dsvm-py3-functional: