Skip to content

Commit 13d275d

Browse files
StanFromIrelandmiss-islington
authored andcommitted
[3.15] Add a timeout to the 'Check if the ABI has changed' job (GH-156051)
(cherry picked from commit 93404ce) Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent c7979f3 commit 13d275d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
check-abi:
5353
name: 'Check if the ABI has changed'
5454
runs-on: ubuntu-22.04 # 24.04 causes spurious errors
55+
timeout-minutes: 30
5556
needs: build-context
5657
if: needs.build-context.outputs.run-tests == 'true'
5758
steps:

0 commit comments

Comments
 (0)