From 35048fc239736f4e0eabfa8875f57747c30a5b6f Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Wed, 13 Sep 2017 14:42:31 -0700 Subject: [PATCH] Add 10 minutes to linuxbridge job Looking at a recent timeout at [1], the linuxbridge job was a few tests away from completing when the job timed out. The root cause of the timeout was actually devstack-gate-setup-workspace-new taking 22 minutes instead of the 3-5 it should have which ate up a significant amount of time. I analyzed the difference between the execution time of the actual test suite run and the a test suite run on the OVS job and it took about 5 minutes longer. Adding 10 minutes should be enough to compensate for landing on a slow node with a long setup time and should bring timeouts to parity with the OVS job. 1. http://logs.openstack.org/75/502975/1/gate/ gate-tempest-dsvm-neutron-linuxbridge-ubuntu-xenial/13d6c14/ Change-Id: Ieededb459e884e2a158678da7b024549423a76b1 Related-Bug: #1660612 --- jenkins/jobs/neutron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/neutron.yaml b/jenkins/jobs/neutron.yaml index 614971e36b..55b64a84b3 100644 --- a/jenkins/jobs/neutron.yaml +++ b/jenkins/jobs/neutron.yaml @@ -362,7 +362,7 @@ wrappers: - timeout: - timeout: 130 + timeout: 140 - timestamps builders: