Extend linters time out

Linters are extended to 15 minutes. A few jobs have been just
reaching the 10 minute deadline, so using 15 minutes should
leave plenty of wiggle room.

Change-Id: I1473d55498d72f5611ae09e0d2e7b709954bb363
This commit is contained in:
Jean-Philippe Evrard 2018-04-09 12:51:59 +02:00
parent efba322800
commit d515c1074a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
Run lint tests for an OpenStack-Ansible project.
Uses tox with the ``linters`` environment.
irrelevant-files: []
timeout: 600 # 5 mins
timeout: 900 # 15 mins
nodeset: ubuntu-xenial
vars:
tox_env: linters