From f8f7e7086bf6a8775e5256fb747f03d59bb49255 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 20 Feb 2025 20:45:21 +0100 Subject: [PATCH] chore: increase workflow timeouts to 120 mins (#6594) --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/stale.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fdfc6de3..69c2d52d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,7 +27,7 @@ jobs: target: slim - prefix: "" target: standard - timeout-minutes: 60 + timeout-minutes: 120 env: CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest" CONTAINER_IMAGE_TARGET: "${{ matrix.images.target }}" @@ -164,7 +164,7 @@ jobs: issues: write packages: write pull-requests: write - timeout-minutes: 60 + timeout-minutes: 120 steps: - uses: googleapis/release-please-action@v4.1.3 id: release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 583d9678..89f5e29e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: target: slim - prefix: "" target: standard - timeout-minutes: 60 + timeout-minutes: 120 env: CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest" CONTAINER_IMAGE_TARGET: "${{ matrix.images.target }}" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e7b29c50..00836670 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest # only run on schedule if: ${{ github.event_name == 'schedule' }} - timeout-minutes: 60 + timeout-minutes: 120 steps: - name: Mark issue stale uses: actions/stale@v9 @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest # do not run on schedule if: "${{ github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot' }}" - timeout-minutes: 60 + timeout-minutes: 120 steps: - name: Mark issue not stale uses: actions/github-script@v7