From dedee3854c3ab62f7b135ea3733c77a91fee7cfe Mon Sep 17 00:00:00 2001 From: Takumi Shotoku Date: Sun, 8 Feb 2026 15:42:37 +0900 Subject: [PATCH] Add timeout-minutes to CI workflow TypeProf may cause infinite loops due to implementation mistakes, so set a timeout to avoid wasting CI execution time. ref: https://github.com/ruby/typeprof/pull/363#issuecomment-3866271644 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c1e4656..373df3e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,7 @@ jobs: - ruby: "3.3" rubyopt: "--enable-frozen-string-literal" runs-on: ubuntu-latest + timeout-minutes: 10 steps: - uses: actions/checkout@v4 - name: Set up Ruby