Readjust job timeouts

With the protection tests split out, the regular unit tests mostly
shouldn't reach the 40 minute timeout limit unless they are extremely
unlucky, so remove those overrides.

The protection tests themselves are still extremely expensive even when
split out from the rest of the tests, so bump their timeout to an hour.

Change-Id: I247478f998d7fb84c486cc04a3040517721e0dd3
This commit is contained in:
Colleen Murphy 2019-09-19 15:41:25 -07:00
parent d8b49d802f
commit 013c18d329
1 changed files with 1 additions and 20 deletions

View File

@ -71,6 +71,7 @@
- job:
name: keystone-tox-protection
parent: openstack-tox-py37
timeout: 3600
vars:
tox_envlist: protection
bindep_profile: test py37
@ -168,17 +169,6 @@
- release-notes-jobs-python3
check:
jobs:
# Override tox timeouts
- openstack-tox-py37:
timeout: 5400
- openstack-tox-py36:
timeout: 5400
- openstack-tox-py27:
timeout: 5400
- openstack-tox-cover:
timeout: 5400
- openstack-tox-lower-constraints:
timeout: 5400
- keystone-dsvm-functional:
irrelevant-files: &irrelevant-files
- ^.*\.rst$
@ -222,15 +212,6 @@
- keystone-tox-protection
gate:
jobs:
# Override tox timeouts
- openstack-tox-py37:
timeout: 5400
- openstack-tox-py36:
timeout: 5400
- openstack-tox-py27:
timeout: 5400
- openstack-tox-lower-constraints:
timeout: 5400
- keystone-dsvm-functional:
irrelevant-files: *irrelevant-files
- keystone-dsvm-py3-functional: