Increase tag-releases job timeout

The ussuri final release patch was timing out on our validate job while
processing all repos being tagged. To avoid a similar thing happening
when it comes time to tag all repos, this increases the job timeout for
tag-releases to make sure we have plenty of time.

Change-Id: I791abcccd7990fe7641d32f71a282d5e5b24b441
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-05-09 07:18:50 -05:00
parent 57ba8ae454
commit 663cbfd255
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 1 additions and 1 deletions

View File

@ -1012,7 +1012,7 @@
run: playbooks/release/tag.yaml
post-run: playbooks/release/post.yaml
final: true
timeout: 3600
timeout: 7200
secrets:
- name: lp_creds
secret: lp_creds