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

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

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 46bd45231454994..dba7611821c25ed 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,6 +59,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