Skip to content

Commit cd57271

Browse files
committed
Merge pull request #7917 from bluetech/ci-timeout
ci: decrease job timeout from 6 hours to 30 minutes
1 parent 46195ed commit cd57271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
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)