Increase CI job timeout to 2 hours

If there is a change to kolla then images are built, which can push the
job over the existing 1.5 hour timeout. These jobs are also used in the
kolla CI.

Change-Id: I88a28745cf834376163ced36984c317fce831346
This commit is contained in:
Mark Goddard 2018-09-19 10:54:51 +01:00
parent b46efe5dc4
commit ed8a7b7b89
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
run: tests/run.yml
post-run: tests/post.yml
attempts: 1
timeout: 5400
timeout: 7200
required-projects:
- openstack/kolla
- openstack/requirements