From e0a8c37d3d24683a8cd535367c159e0d71f7af50 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 24 Jun 2021 13:16:11 -0700 Subject: [PATCH] Increase unit test job timeout to 90 minutes In one particular cloud region, we reliably get nodes slower than others, and appear to just barely timeout the job. Increase the timeout to 90 minutes to give us more room. Change-Id: I3dc2a60037a9bdf20694d2811a9570ebe4f2f600 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index bc415dd3eb..2b51b9d883 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -95,7 +95,7 @@ - job: name: zuul-tox-py36 parent: zuul-tox - timeout: 4800 # 80 minutes + timeout: 5400 # 90 minutes vars: tox_envlist: py36 python_version: 3.6 @@ -103,7 +103,7 @@ - job: name: zuul-tox-py38 parent: zuul-tox - timeout: 4800 # 80 minutes + timeout: 5400 # 90 minutes vars: tox_envlist: py38 python_version: 3.8