Increase tempest jobs timeout

For jobs like:
- neutron-tempest-iptables_hybrid
- neutron-tempest-linuxbridge
- neutron-tempest-dvr

Sometimes we hit timeouts which aren't related
directly to Neutron.

As was decided on Neutron CI meeting [1], lets try
to increase jobs' timeout to 3h and check if that
will help to stabilize those jobs.

[1] http://eavesdrop.openstack.org/meetings/neutron_ci/2018/neutron_ci.2018-10-23-16.00.log.html#l-121

Change-Id: I24d694ba57aa3ff49f8c118486265925f1b4a611
(cherry picked from commit fb068f089c)
This commit is contained in:
Slawek Kaplonski 2018-10-23 23:18:12 +02:00
parent 054e8e0572
commit ed1b228fa9
1 changed files with 3 additions and 3 deletions

View File

@ -256,7 +256,7 @@
parent: legacy-dsvm-base
run: playbooks/legacy/neutron-tempest-dvr/run.yaml
post-run: playbooks/legacy/neutron-tempest-dvr/post.yaml
timeout: 7800
timeout: 10800
required-projects:
- openstack-infra/devstack-gate
- openstack/neutron
@ -277,7 +277,7 @@
parent: legacy-dsvm-base
run: playbooks/legacy/neutron-tempest-linuxbridge/run.yaml
post-run: playbooks/legacy/neutron-tempest-linuxbridge/post.yaml
timeout: 8400
timeout: 10800
required-projects:
- openstack-infra/devstack-gate
- openstack/neutron
@ -389,7 +389,7 @@
parent: legacy-dsvm-base
run: playbooks/legacy/neutron-tempest-iptables_hybrid/run.yaml
post-run: playbooks/legacy/neutron-tempest-iptables_hybrid/post.yaml
timeout: 7800
timeout: 10800
required-projects:
- openstack-infra/devstack-gate
- openstack/neutron