summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawek Kaplonski <skaplons@redhat.com>2023-01-13 15:13:42 +0100
committeryatin <ykarel@redhat.com>2023-01-25 12:26:22 +0000
commit1353ef8a7a48c7af726c31e948de42cfda80ae50 (patch)
tree31687bb57650d9d1480589b490ff306274c77edb
parent427af5305c0397ccc1dbdcf15d515226fc66995d (diff)
downloadneutron-1353ef8a7a48c7af726c31e948de42cfda80ae50.tar.gz
Increase fullstack job's timeout
It seems that recently we are often timing out the fullstack job when it's executed on some busy node. To avoid that, lets give 20 more minutes to the timeout of the fullstack jobs. Change-Id: I37ec0ba04bafb3b7baec6003155b7d9c43092667 (cherry picked from commit 3354b43d5ad7fd8e950b2d875fc3e017bc87b0a7)
-rw-r--r--zuul.d/base.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml
index 3c22d83c6b..f9e43dc428 100644
--- a/zuul.d/base.yaml
+++ b/zuul.d/base.yaml
@@ -57,6 +57,7 @@
- job:
name: neutron-fullstack
parent: neutron-functional
+ timeout: 9000
vars:
tox_envlist: dsvm-fullstack-gate
Q_BUILD_OVS_FROM_GIT: False