Skip to content

Commit ff8c4c7

Browse files
authored
Merge pull request #3984 from kolyshkin/gha-timeouts
ci/gha: add job timeouts
2 parents fe5e2b3 + b22073c commit ff8c4c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919

2020
jobs:
2121
test:
22+
timeout-minutes: 30
2223
strategy:
2324
fail-fast: false
2425
matrix:
@@ -113,6 +114,7 @@ jobs:
113114
# We are not interested in providing official support for i386.
114115
cross-i386:
115116
runs-on: ubuntu-22.04
117+
timeout-minutes: 15
116118

117119
steps:
118120

.github/workflows/validate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: make validate-keyring
2222

2323
lint:
24+
timeout-minutes: 30
2425
permissions:
2526
contents: read
2627
pull-requests: read
@@ -159,6 +160,7 @@ jobs:
159160
160161
161162
release:
163+
timeout-minutes: 30
162164
runs-on: ubuntu-22.04
163165
steps:
164166
- name: checkout

0 commit comments

Comments
 (0)