From c2d4e12858ad46e712d8e425d67352fc042b162e Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 19 Mar 2025 13:04:29 +0100 Subject: [PATCH] zuul: Bump base job timeout to 2.5h The old timeout is 2h and we are recently seeing rather frequent timeouts when the jobs are running on slow (rax) nodes where the job is terminated quite close to possibly successfully finishing. Change-Id: Ib7fc12415c8b415925e8af7ba41f597289dbcc66 --- zuul.d/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index d27f225928..f3136096ca 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -39,7 +39,7 @@ pre-run: tests/pre.yml run: tests/run.yml post-run: tests/post.yml - timeout: 7200 + timeout: 9000 post-timeout: 1800 required-projects: - openstack/ansible-collection-kolla