Bump up timeouts for DSVM and probe test jobs

DSVM recently got a bunch more middlewares enabled, so it's running more
tests than it used to.

I can't think of much that's changed for probe tests, but I feel like
I've seen it popping timeouts more often lately.

Note that the new timeouts are still lower than the typical run-time of
our longest-running jobs (currently grenade / tempest-ipv6-only).

Change-Id: Iffbb567124096df02b04981550faec8204d5d1ec
Related-Change: I3cbbcd2ea9ced0923bee4a6b0783e4cf5e82e95b
This commit is contained in:
Tim Burke 2020-05-20 15:22:10 -07:00
parent 70dede1ae9
commit 67598b3a4a

View File

@ -235,7 +235,7 @@
- opendev.org/openstack/requirements
- opendev.org/openstack/swift
- opendev.org/openstack/keystone
timeout: 2700
timeout: 3600
vars:
tox_constraints_file: '{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/upper-constraints.txt'
# This tox env get run twice; once for Keystone and once for tempauth
@ -292,7 +292,7 @@
nodeset: centos-7
description: |
Setup a SAIO dev environment and run ceph-s3tests
timeout: 2400
timeout: 3600
pre-run:
- tools/playbooks/common/install_dependencies.yaml
- tools/playbooks/saio_single_node_setup/setup_saio.yaml