ci: Increase await-deploy timeout

This commit is contained in:
SebastianStork 2026-03-10 15:50:55 +01:00
parent 19548f8486
commit 7c9fdb6719
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -120,7 +120,7 @@ jobs:
server: ${{ fromJson(needs.parse-flake.outputs.servers) }} server: ${{ fromJson(needs.parse-flake.outputs.servers) }}
steps: steps:
- name: Wait for deployment - name: Wait for deployment
timeout-minutes: 5 timeout-minutes: 10
run: | run: |
repo_url="https://github.com/${{ github.repository }}.git" repo_url="https://github.com/${{ github.repository }}.git"
expected_sha="${{ github.sha }}" expected_sha="${{ github.sha }}"