From b87bc7d18f5d88d41bb147a30e845bff5fc74b91 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 8 Dec 2020 15:31:20 -0800 Subject: [PATCH] Increase gate timeouts from 1hr to 1.5hr Change-Id: I0a77025237549b192b6b695b6f18512dff28af6c --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 243e55064e..f0e295b277 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,7 +6,7 @@ It sets TMPDIR to an XFS mount point created via tools/test-setup.sh. - timeout: 3600 + timeout: 5400 vars: tox_environment: TMPDIR: '{{ ansible_env.HOME }}/xfstmp' @@ -187,7 +187,7 @@ - opendev.org/openstack/requirements - opendev.org/openstack/swift - opendev.org/openstack/keystone - timeout: 3600 + timeout: 5400 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 @@ -227,7 +227,7 @@ nodeset: centos-7 description: | Setup a SAIO dev environment and run ceph-s3tests - timeout: 3600 + timeout: 5400 pre-run: - tools/playbooks/common/install_dependencies.yaml - tools/playbooks/saio_single_node_setup/setup_saio.yaml @@ -299,7 +299,7 @@ nodeset: swift-five-nodes description: | Build a 4 node swift cluster and run functional tests - timeout: 3600 + timeout: 5400 pre-run: - tools/playbooks/multinode_setup/pre.yaml - tools/playbooks/common/install_dependencies.yaml