https://github.com/python/cpython/commit/1aec0644447e69e981d582449849761b23702ec8
commit: 1aec0644447e69e981d582449849761b23702ec8
branch: main
author: Nikita Sobolev <[email protected]>
committer: brandtbucher <[email protected]>
date: 2024-02-01T17:44:01-08:00
summary:
GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)
files:
M .github/workflows/jit.yml
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:
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]