From f94c99f38ca6bc5f8fdd08c6c307b9f48c00232b Mon Sep 17 00:00:00 2001 From: Hans Date: Fri, 27 Sep 2024 04:07:05 +0800 Subject: [PATCH] ci: update timeout --- .github/workflows/ci.yml | 1 + .github/workflows/release.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61a1bb2..5293bb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI jobs: build: + timeout-minutes: 60 runs-on: ubuntu-latest steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0766651..95a815e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,8 @@ concurrency: cancel-in-progress: true jobs: - build_executorch: + build: + timeout-minutes: 120 strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]