Increase tox job timeouts to 90 minutes

With the gate being extra-busy due to feature freeze week, we seem to be
having even more of a noisy neighbor problem and jobs are still often
hitting the 60 minute timeout. This change increases the timeout from 60
to 90 minutes. This is not an indication that things are normal and fine
but should hopefully alleviate pressure until we're in a position to
merge a more satisfactory workaround and fix.

Change-Id: I171eccc2dd46c26ada74def36523c6f7f29be868
This commit is contained in:
Colleen Murphy 2019-09-11 15:23:48 -07:00
parent a73e057e25
commit db52869379
1 changed files with 9 additions and 9 deletions

View File

@ -162,15 +162,15 @@
jobs:
# Override tox timeouts
- openstack-tox-py37:
timeout: 3600
timeout: 5400
- openstack-tox-py36:
timeout: 3600
timeout: 5400
- openstack-tox-py27:
timeout: 3600
timeout: 5400
- openstack-tox-cover:
timeout: 3600
timeout: 5400
- openstack-tox-lower-constraints:
timeout: 3600
timeout: 5400
- keystone-dsvm-functional:
irrelevant-files: &irrelevant-files
- ^.*\.rst$
@ -215,13 +215,13 @@
jobs:
# Override tox timeouts
- openstack-tox-py37:
timeout: 3600
timeout: 5400
- openstack-tox-py36:
timeout: 3600
timeout: 5400
- openstack-tox-py27:
timeout: 3600
timeout: 5400
- openstack-tox-lower-constraints:
timeout: 3600
timeout: 5400
- keystone-dsvm-functional:
irrelevant-files: *irrelevant-files
- keystone-dsvm-py3-functional: