From 8b7219cda6d2b778d10317954e8f800ad0380c81 Mon Sep 17 00:00:00 2001 From: Sam Betts Date: Wed, 1 Nov 2017 12:37:36 +0000 Subject: [PATCH] Update timeout on openstack-tox-compare-cover job Pre-Zuulv3 the compare cover job had a timeout of 75 minutes, to allow for running the full UTs twice. This patch updates the zuulv3 job to match that timeout. Change-Id: I4955756e8cab4da931c572ecb23e389bd1a20011 --- zuul.d/jobs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 37fed0a9..fdfcac8c 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -357,6 +357,9 @@ - job: name: openstack-tox-compare-cover parent: openstack-tox + # NOTE(sambetts) This job runs the full UTs twice to compare the coverage + # pre-and-post a patch so requires longer to run. + timeout: 4500 description: | Run coverage comparison tests.