From 4cee0fec09d9360961c02cc61331100e9725584f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Wed, 20 Aug 2025 11:03:00 +0200 Subject: [PATCH] chore(ci): increase build-debug timeout (#10523) # Which Problems Are Solved Docker image build on arm64 was timing out on multiple occasions. # How the Problems Are Solved Increase the Debug job timeout from 3 to 5 minutes. # Additional Changes - none # Additional Context - https://github.com/zitadel/zitadel/actions/runs/17091081442/job/48465066443 - https://github.com/zitadel/zitadel/actions/runs/17071852582/job/48466980148 - https://github.com/zitadel/zitadel/actions/runs/17071852582/job/48403039843 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index f762124e00e..ec6bbe58847 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -74,7 +74,7 @@ jobs: name: Debug id: build-debug uses: docker/build-push-action@v6 - timeout-minutes: 3 + timeout-minutes: 5 with: context: . cache-from: type=gha