From a3663fe8b5e95834a45d0e7fb48af9bddae875a4 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Tue, 31 Mar 2026 22:13:42 +0200 Subject: [PATCH] Increase timeout for CI artifacts build --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a71e3a2..161d45f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,7 +122,7 @@ jobs: artifacts: name: Build release artifacts runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 20 steps: - name: Checkout uses: actions/checkout@v6