diff options
author | Sorin Sbarnea <ssbarnea@redhat.com> | 2020-01-24 18:38:18 +0000 |
---|---|---|
committer | Tobias Henkel <tobias.henkel@bmw.de> | 2020-01-24 20:19:22 +0100 |
commit | 312b161a0bca4464cc25fdb0bfabb84ae577d01d (patch) | |
tree | d06f2f459cecaf9b20edb274425cfcf5796d6da5 /.zuul.yaml | |
parent | 9d957dc4a18ed6eae578c536122c2ed523024be0 (diff) | |
download | zuul-312b161a0bca4464cc25fdb0bfabb84ae577d01d.tar.gz |
Increase timeout for tox-py35/37 jobs
Avoid often timeouts which slowed merging other patches.
https://zuul.opendev.org/t/zuul/builds?project=zuul%2Fzuul&job_name=tox-py35&job_name=tox-py37
This should buy us enough time to also optimize the tests and reduce
their duration.
Change-Id: Ic975319f88e9d00042983170d0ac72eedccea850
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index b9ad789b6..c331f95b8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -198,7 +198,7 @@ - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* nodeset: ubuntu-xenial - timeout: 3600 # 60 minutes + timeout: 4800 # 80 minutes vars: test_setup_environment: ZUUL_TEST_ROOT: /tmp/zuul-test @@ -208,7 +208,7 @@ irrelevant-files: - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* - timeout: 3600 # 60 minutes + timeout: 4800 # 80 minutes nodeset: ubuntu-bionic vars: test_setup_environment: @@ -254,7 +254,7 @@ - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* nodeset: ubuntu-xenial - timeout: 3600 # 60 minutes + timeout: 4800 # 80 minutes vars: test_setup_environment: ZUUL_TEST_ROOT: /tmp/zuul-test @@ -264,7 +264,7 @@ irrelevant-files: - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* - timeout: 3600 # 60 minutes + timeout: 4800 # 80 minutes nodeset: ubuntu-bionic vars: test_setup_environment: |