Skip to content

Commit

Permalink
Merge pull request #7919 from nicoddemus/backport-7917
Browse files Browse the repository at this point in the history
[6.1.x] ci: decrease job timeout from 6 hours to 30 minutes
  • Loading branch information
nicoddemus committed Oct 21, 2020
2 parents 46195ed + cd57271 commit a88fe58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -16,6 +16,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 30

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

runs-on: ubuntu-latest
timeout-minutes: 30

needs: [build]

Expand Down

0 comments on commit a88fe58

Please sign in to comment.