]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 2 Feb 2024 01:44:01 +0000 (04:44 +0300)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 01:44:01 +0000 (17:44 -0800)
.github/workflows/jit.yml

index 22e0bdba53ffd6f8baa79eb694c29a2031ac3582..69648d87947ad660d92e0f0674ee385d934b1e89 100644 (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: