From c40c99ca0b21dd6d188c732a1b2d746a79f5f335 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 1 Feb 2024 11:23:53 +0300 Subject: [PATCH] gh-114849: Set `timeout-minutes` for JIT workflow --- .github/workflows/jit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index 22e0bdba53ffd6..69648d87947ad6 100644 --- a/.github/workflows/jit.yml +++ b/.github/workflows/jit.yml @@ -18,6 +18,7 @@ jobs: jit: name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }}) runs-on: ${{ matrix.runner }} + timeout-minutes: 60 strategy: fail-fast: false matrix: