From 3354b43d5ad7fd8e950b2d875fc3e017bc87b0a7 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Fri, 13 Jan 2023 15:13:42 +0100 Subject: [PATCH] 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 --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 3c07258bc26..d2bcebab6a0 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