From 83b340856e4238afd639c32994b4f8d93a0ded08 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 25 Feb 2025 09:06:48 +0100 Subject: [PATCH] Increase openapi job timeout Sometimes timeout expires before we ever started to build openapi (during pre-run). Double the timeout for now. Change-Id: I10c2303c7a9dcd997eefed14c42b6d4b44bffd59 --- zuul.d/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/openapi.yaml b/zuul.d/openapi.yaml index d2ccba3..68e2005 100644 --- a/zuul.d/openapi.yaml +++ b/zuul.d/openapi.yaml @@ -22,7 +22,7 @@ - name: openstack/codegenerator attempts: 1 - timeout: 600 + timeout: 1200 pre-run: - playbooks/openapi/pre.yaml run: