From 94f9394c79805863432637c4a6a12da0e67bf456 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Fri, 14 Jun 2019 11:00:01 +0200 Subject: [PATCH] Set same timeout for py35/36 jobs in check and gate This patch adjusts the py35/36 gate's jobs timeout to align with the timeout defined for check jobs. Now both are 1 hour timeout. Change-Id: I6c31acfeebe17c18693e4b1a6e29c160eee09326 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index cdbc15c20b..32e45a5ed4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -218,12 +218,12 @@ - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* nodeset: ubuntu-xenial - timeout: 2700 # 45 minutes + timeout: 3600 # 60 minutes - tox-py36: irrelevant-files: - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* - timeout: 2700 # 45 minutes + timeout: 3600 # 60 minutes - zuul-build-dashboard - nodejs-npm-run-lint: vars: