From 961685ce27f762081ee47f6d96f229185e12d1d7 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 13 May 2020 10:55:13 +0100 Subject: [PATCH] Increase timout for linters job to 30mins This job is given a longer time to run for two reasons, longer is spent in the job setup becasue of the increased number of repos in required_projects and more time is required to push the job logs into swift storage than the previous method. Jobs are currently failing because these startup/log collect phases are taking additional time rather than there being a lint issue, so this patch extends the job time to account for that. Change-Id: Iab1593cf46bcf80022bb353ed0399baadf49b165 --- zuul.d/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 252da368..53bcfb41 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -92,7 +92,7 @@ description: | Run lint tests for an OpenStack-Ansible project. Uses tox with the ``linters`` environment. - timeout: 900 # 15 mins + timeout: 1800 # 30 mins nodeset: ubuntu-bionic vars: tox_env: linters