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 <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-05-09 10:51:59 -05:00
parent c9a013025c
commit 1bf550353a
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -43,7 +43,7 @@
gate: gate:
jobs: jobs:
- openstack-tox-validate: - openstack-tox-validate:
timeout: 7200 timeout: 10800
irrelevant-files: irrelevant-files:
- ^doc/.*$ - ^doc/.*$
- openstack-tox-py36: - openstack-tox-py36: