CI: Set post timeout to half hour
Observed that a couple of jobs daily fail on post-timeout, when uploading logs to Swift. Change-Id: I4445ebafd3eaae2f83b31dd1fc7f3f07d9c5612f
This commit is contained in:
parent
7f42813159
commit
4f8af713e1
@ -6,6 +6,7 @@
|
|||||||
post-run: tests/post.yml
|
post-run: tests/post.yml
|
||||||
attempts: 5
|
attempts: 5
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
|
post-timeout: 1800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/kolla-ansible
|
- openstack/kolla-ansible
|
||||||
- openstack/requirements
|
- openstack/requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user