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
This commit is contained in:
James E. Blair 2022-05-25 12:08:29 -07:00
parent 7f6287cbfe
commit ac67280c00
1 changed files with 2 additions and 2 deletions

View File

@ -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