[3.15] Add a timeout to the 'Check if the ABI has changed' job (#156051)

hugovk <[email protected]>
Newsgroups gmane.comp.python.cvs
Message-ID <[email protected]>
https://github.com/python/cpython/commit/93404cebd972cd85a6adfa1af3acf61b74de56eb
commit: 93404cebd972cd85a6adfa1af3acf61b74de56eb
branch: 3.15
author: Stan Ulbrych <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-20T09:54:11+09:00
summary:

[3.15] Add a timeout to the 'Check if the ABI has changed' job (#156051)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 547ab2ed7403847..2e335f8766083bb 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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.