From ba2fc50e152dc6f340aada187841699d2a27b0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20M=C3=ADchal?= Date: Mon, 21 Jun 2021 22:47:21 +0200 Subject: [PATCH] .zuul: Bump timeout of system tests from 20 to 25 minutes The new additions to the system tests makes them take longer to run, and was causing them to timeout. https://github.com/containers/toolbox/issues/689 https://github.com/containers/toolbox/pull/787 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 1ec2f5973..27095db42 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -12,7 +12,7 @@ - job: name: system-test-fedora-33 description: Run Toolbox's system tests in Fedora 33 - timeout: 1200 + timeout: 1500 nodeset: nodes: - name: ci-node-33 @@ -23,7 +23,7 @@ - job: name: system-test-fedora-34 description: Run Toolbox's system tests in Fedora 34 - timeout: 1200 + timeout: 1500 nodeset: nodes: - name: ci-node-34 @@ -34,7 +34,7 @@ - job: name: system-test-fedora-rawhide description: Run Toolbox's system tests in Fedora Rawhide - timeout: 1200 + timeout: 1500 nodeset: nodes: - name: ci-node-rawhide