From cdc1315665db306866a7baeb0a6629e783e4aefe Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Mon, 13 May 2024 13:40:33 -0700 Subject: [PATCH] ci: Bump deploy timeout --- .github/workflows/deploy.yaml | 2 +- .github/workflows/deploy_preview.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f7ca70a..ced5eaf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: name: production url: https://celest.dev runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - name: Git Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 diff --git a/.github/workflows/deploy_preview.yaml b/.github/workflows/deploy_preview.yaml index 1e05988..3532605 100644 --- a/.github/workflows/deploy_preview.yaml +++ b/.github/workflows/deploy_preview.yaml @@ -13,7 +13,7 @@ jobs: name: preview url: https://pr-${{ github.event.pull_request.number }}.preview.celest.dev runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - name: Git Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1