Skip to content

Commit 22344e9

Browse files
[3.10] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156095)
1 parent d9e8e8e commit 22344e9

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
@@ -59,6 +59,7 @@ jobs:
5959
check_abi:
6060
name: 'Check if the ABI has changed'
6161
runs-on: ubuntu-22.04 # 24.04 causes spurious errors
62+
timeout-minutes: 30
6263
needs: check_source
6364
if: needs.check_source.outputs.run_tests == 'true'
6465
steps:

0 commit comments

Comments
 (0)