From 7c9fdb6719515202071abe32dff7adfdccde498c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 10 Mar 2026 15:50:55 +0100 Subject: [PATCH] ci: Increase `await-deploy` timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b739108..81c2e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: server: ${{ fromJson(needs.parse-flake.outputs.servers) }} steps: - name: Wait for deployment - timeout-minutes: 5 + timeout-minutes: 10 run: | repo_url="https://github.com/${{ github.repository }}.git" expected_sha="${{ github.sha }}"