From 1bf550353a41d2cceacc45ef16da26895c2897b2 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Sat, 9 May 2020 10:51:59 -0500 Subject: [PATCH] Increase validate job timeout to 3 hours This can take a long time now with doing the final release tag validation when all deliverables are included in one patch. Part of the delay appears to be that pbr was updated to build release notes if reno is present. We may look for other ways to optimize the validation jobs to speed things up, but for now we can just make sure we have a very large window. Change-Id: I248968bca9a90a7b06d4d6dd0644c50d926e5f45 Signed-off-by: Sean McGinnis --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 646e8c7797..2fd59ac8b1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -43,7 +43,7 @@ gate: jobs: - openstack-tox-validate: - timeout: 7200 + timeout: 10800 irrelevant-files: - ^doc/.*$ - openstack-tox-py36: