From ce66b0b86b0749b8b2005747f3d604d6b8c95638 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 2 Feb 2024 19:25:34 +0100 Subject: [PATCH] .zuul: Try to prevent the CI from timing out on Fedora 38 and 39 With the recent expansion of the test suite, it's necessary to increase the timeout for the Fedora 38 and 39 nodes to prevent the CI from timing out. https://github.com/containers/toolbox/pull/1445 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0140b951a..a88e8c5d3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -62,7 +62,7 @@ - job: name: system-test-fedora-39 description: Run Toolbx's system tests in Fedora 39 - timeout: 3000 + timeout: 3600 nodeset: nodes: - name: fedora-39 @@ -73,7 +73,7 @@ - job: name: system-test-fedora-38 description: Run Toolbx's system tests in Fedora 38 - timeout: 3000 + timeout: 3600 nodeset: nodes: - name: fedora-38