Skip to content

Commit a88fe58

Browse files
authored
Merge pull request #7919 from nicoddemus/backport-7917
[6.1.x] ci: decrease job timeout from 6 hours to 30 minutes
2 parents 46195ed + cd57271 commit a88fe58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
build:
1818
runs-on: ${{ matrix.os }}
19+
timeout-minutes: 30
1920

2021
strategy:
2122
fail-fast: false
@@ -187,6 +188,7 @@ jobs:
187188
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'
188189

189190
runs-on: ubuntu-latest
191+
timeout-minutes: 30
190192

191193
needs: [build]
192194

0 commit comments

Comments
 (0)