Skip to content

Commit 824e9cf

Browse files
authored
Merge pull request #7917 from bluetech/ci-timeout
ci: decrease job timeout from 6 hours to 30 minutes
2 parents a66b6b8 + fe69d0d commit 824e9cf

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
@@ -176,6 +177,7 @@ jobs:
176177
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'
177178

178179
runs-on: ubuntu-latest
180+
timeout-minutes: 30
179181

180182
needs: [build]
181183

0 commit comments

Comments
 (0)