diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 64a7f4108..ffef69aac 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -98,7 +98,7 @@ jobs: build: name: "Desktop: ${{ matrix.settings.artifact_suffix }}" runs-on: ${{ matrix.settings.platform }} - timeout-minutes: 50 + timeout-minutes: 60 environment: Production strategy: fail-fast: false diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index d97edfdcd..4e9f35854 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -72,7 +72,7 @@ jobs: review-approval: name: Manual approval gate runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 60 environment: Release-Approval steps: - name: Record approval @@ -86,7 +86,7 @@ jobs: prepare-build: name: Prepare build context runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 60 environment: Production needs: [review-approval] outputs: @@ -220,7 +220,7 @@ jobs: create-release: name: Prepare GitHub release runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 60 environment: Production needs: [prepare-build] outputs: @@ -415,7 +415,7 @@ jobs: name: "CLI: ${{ matrix.target }}" needs: [prepare-build, create-release] if: ${{ inputs.create_release && always() && needs.create-release.result == 'success' }} - timeout-minutes: 30 + timeout-minutes: 60 environment: Production runs-on: ${{ matrix.runner }} strategy: @@ -486,7 +486,7 @@ jobs: needs: [prepare-build, create-release, build-desktop] if: ${{ inputs.create_release && always() && needs.build-desktop.result == 'success' }} runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 60 environment: Production steps: - name: Checkout build ref @@ -509,7 +509,7 @@ jobs: publish-release: name: Publish draft release runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 60 environment: Production needs: - prepare-build @@ -623,7 +623,7 @@ jobs: tag-docker-latest: name: "Docker: tag :latest" runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 60 environment: Production needs: [prepare-build, publish-release] if: ${{ inputs.create_release && always() && needs.publish-release.result == 'success' }} @@ -660,7 +660,7 @@ jobs: record-sentry-deploy: name: Record Sentry deploy marker runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 60 environment: Production needs: [prepare-build, publish-release] if: ${{ inputs.create_release && always() && needs.publish-release.result == 'success' }} @@ -699,7 +699,7 @@ jobs: cleanup-failed-release: name: Remove release and tag if build failed runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 60 environment: Production needs: - prepare-build