From cae6ebf41c764a6fc23baf3225b30e36f51a4a95 Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 29 Jun 2024 05:33:07 +0800 Subject: [PATCH] chore: update actions timeout Build assets needs ~1 mins Build assets (Full Routes Test Result) needs ~1 hours Docker release needs <20 mins PR - Docker build test needs ~5 mins --- .github/workflows/build-assets.yml | 2 +- .github/workflows/docker-release.yml | 2 +- .github/workflows/docker-test.yml | 2 +- .github/workflows/test-full-routes.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-assets.yml b/.github/workflows/build-assets.yml index 769204dd2427a5..a74fa4a63f5ade 100644 --- a/.github/workflows/build-assets.yml +++ b/.github/workflows/build-assets.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-latest name: Build assets - timeout-minutes: 60 + timeout-minutes: 5 permissions: contents: write steps: diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index c7283f7115f2e6..876a04c706ba37 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest needs: check-env if: needs.check-env.outputs.check-docker == 'true' - timeout-minutes: 120 + timeout-minutes: 60 permissions: packages: write contents: read diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index 88c11687c96a3e..8d589985d1cc96 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -25,7 +25,7 @@ jobs: test: name: Docker build & tests runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 10 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/test-full-routes.yml b/.github/workflows/test-full-routes.yml index 6546f81cc2c59f..3c90c06f80c379 100644 --- a/.github/workflows/test-full-routes.yml +++ b/.github/workflows/test-full-routes.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest name: Build assets - timeout-minutes: 60 + timeout-minutes: 120 permissions: contents: write steps: