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:
parent
5842a47da8
commit
961685ce27
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user