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
This commit is contained in:
Jonathan Rosser 2020-05-13 10:55:13 +01:00
parent 5842a47da8
commit 961685ce27
1 changed files with 1 additions and 1 deletions

View File

@ -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