From a766085abc1f52775019f9d7da515e06e31dbc3b Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 9 Sep 2019 23:24:16 -0700 Subject: [PATCH] Bump timeout for lower-constraints job In ba0dbdf we raised the timeouts for most of the tox jobs but neglected the lower-constraints job which suffers the same timeout issues, so add that one as well. Change-Id: I213d6f91a815ba0dad5f5a04a5f0309722c91f62 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 22ae8c63a7..6876e888cf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -169,6 +169,8 @@ timeout: 3600 - openstack-tox-cover: timeout: 3600 + - openstack-tox-lower-constraints: + timeout: 3600 - keystone-dsvm-functional: irrelevant-files: &irrelevant-files - ^.*\.rst$