From ac67280c00d1ad97c89c8fd373a21857bee98720 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 25 May 2022 12:08:29 -0700 Subject: Increase unit test timeout to 2 hours We're currently occasionally bumping into our limit of 90m and it's starting to be a problem as we incrementally add more tests. Increase the timeout to 2 hours. Change-Id: I34a272e6905c4058f9d92751e4a7c2a4fa126fcb --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index 4caed89ec..6c5a98c51 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -101,7 +101,7 @@ - job: name: zuul-tox-py39 parent: zuul-tox - timeout: 5400 # 90 minutes + timeout: 7200 # 120 minutes vars: tox_envlist: py39 python_version: 3.9 @@ -109,7 +109,7 @@ - job: name: zuul-tox-py38 parent: zuul-tox - timeout: 5400 # 90 minutes + timeout: 7200 # 120 minutes vars: tox_envlist: py38 python_version: 3.8 -- cgit v1.2.1