Skip to content

Commit 9eaf48a

Browse files
[3.11] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156094)
1 parent 88c2fb5 commit 9eaf48a

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
@@ -88,6 +88,7 @@ jobs:
8888
check_abi:
8989
name: 'Check if the ABI has changed'
9090
runs-on: ubuntu-22.04 # 24.04 causes spurious errors
91+
timeout-minutes: 30
9192
needs: check_source
9293
if: needs.check_source.outputs.run_tests == 'true'
9394
steps:

0 commit comments

Comments
 (0)