https://github.com/python/cpython/commit/cb76caaa6467f0ae8f9d58b5956211ed855a8905
commit: cb76caaa6467f0ae8f9d58b5956211ed855a8905
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-20T10:52:17+09:00
summary:

[3.14] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) 
(#156077)

[3.15] Add a timeout to the 'Check if the ABI has changed' job (GH-156051)
(cherry picked from commit 93404cebd972cd85a6adfa1af3acf61b74de56eb)

Co-authored-by: Stan Ulbrych <[email protected]>

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f531d8e02c123cf..c5de0d578d9bdd2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,6 +52,7 @@ jobs:
   check-abi:
     name: 'Check if the ABI has changed'
     runs-on: ubuntu-22.04  # 24.04 causes spurious errors
+    timeout-minutes: 30
     needs: build-context
     if: needs.build-context.outputs.run-tests == 'true'
     steps:

_______________________________________________
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]

Reply via email to