From daf87a61fb6e826a53139c5b5903e367f77cbcb6 Mon Sep 17 00:00:00 2001
From: Jens Harbott <j.harbott@x-ion.de>
Date: Thu, 7 Dec 2017 18:17:25 +0000
Subject: [PATCH] Increase timeout for openstack-tox-cover job

We are seeing some timeouts in particular for Neutron patches, the usual
runtime seems to be around 25 minutes. Increase the timeout from 30
minutes (default inherited from base job) to 40 minutes, which also
matches what we had with zuul v2.

Change-Id: Id1e1b5fd88649a3af460f4a8a3f4da51c350cbec
---
 zuul.d/jobs.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 3e545c0f..f7071091 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -307,6 +307,7 @@
     success-url: cover/
     vars:
       tox_constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
+    timeout: 2400
 
 - job:
     name: openstack-tox-bashate