From 84e9d82a55f0d81ec1a06ba27297e56c4b3d76e5 Mon Sep 17 00:00:00 2001 From: Jens <1742418+1cu@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:37:10 +0200 Subject: [PATCH] fix: increase build timeout from 10 to 20 minutes (#641) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d59020..43d77c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: PUBLISH_RELEASE: true runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images - timeout-minutes: 10 + timeout-minutes: 20 steps: - name: "Show: GitHub context"