From 4e542f3d8c9951998b8be1f2ba37750594d06e76 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 (cherry picked from commit 3354b43d5ad7fd8e950b2d875fc3e017bc87b0a7) --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 28c68903f82..cd515937a97 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -58,6 +58,7 @@ - job: name: neutron-fullstack parent: neutron-functional + timeout: 9000 vars: tox_envlist: dsvm-fullstack-gate Q_BUILD_OVS_FROM_GIT: False