https://github.com/python/cpython/commit/9eaf48a56547872b86de5cecbaa7edd3279159ed
commit: 9eaf48a56547872b86de5cecbaa7edd3279159ed
branch: 3.11
author: Stan Ulbrych <[email protected]>
committer: pablogsal <[email protected]>
date: 2026-08-20T20:53:43+01:00
summary:

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

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 87091022c293034..941d0197d2fe319 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -88,6 +88,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: check_source
     if: needs.check_source.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