Adapt job timeouts

There were some integration tests running into timeouts while they were
almost finished, so let us increase the timeout for them from 1h to
90mins.

The openstack-chef-delivery job otoh takes only a couple of minutes
usually, so reduce the timeout from 45min to 30min.

Change-Id: I11601843293d1e0c04b4fafb8019261f20cb50ff
(cherry picked from commit 141190bc66)
This commit is contained in:
Jens Harbott 2019-04-04 13:59:43 +00:00
parent 1808bcbacf
commit 6c40ea1993
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
required-projects: openstack/openstack-chef
pre-run: playbooks/pre.yaml
run: playbooks/delivery.yaml
timeout: 2700
timeout: 1800
- job:
name: openstack-chef-integration-bionic
@ -16,7 +16,7 @@
pre-run: playbooks/pre.yaml
run: playbooks/integration.yaml
post-run: playbooks/post.yaml
timeout: 3600
timeout: 5400
- job:
name: openstack-chef-integration-xenial