GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)

This commit is contained in:
Nikita Sobolev 2024-02-02 04:44:01 +03:00 committed by GitHub
parent 618d7256e7
commit 1aec064444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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: