summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-05-25 12:08:29 -0700
committerJames E. Blair <jim@acmegating.com>2022-05-25 12:08:29 -0700
commitac67280c00d1ad97c89c8fd373a21857bee98720 (patch)
tree7df6997f65a95d6a469257bd929d557e8d003d6f /.zuul.yaml
parent7f6287cbfebe53082c3bb59ab07fb547ebc2b3a6 (diff)
downloadzuul-ac67280c00d1ad97c89c8fd373a21857bee98720.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml4
1 files changed, 2 insertions, 2 deletions
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