summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-12-08 15:31:20 -0800
committerTim Burke <tim.burke@gmail.com>2020-12-08 15:31:20 -0800
commitb87bc7d18f5d88d41bb147a30e845bff5fc74b91 (patch)
treee8f3a33bcf917f83089f5cee5c8c0e5904a6bf65 /.zuul.yaml
parentfe1f1e8271d3c6cdc773b447a55c6a5cdb3efd1d (diff)
downloadswift-b87bc7d18f5d88d41bb147a30e845bff5fc74b91.tar.gz
Increase gate timeouts from 1hr to 1.5hr
Change-Id: I0a77025237549b192b6b695b6f18512dff28af6c
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 243e55064..f0e295b27 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