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
This commit is contained in:
James E. Blair 2021-06-24 13:16:11 -07:00
parent 6a5df37586
commit e0a8c37d3d
1 changed files with 2 additions and 2 deletions

View File

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