Merge pull request #7917 from bluetech/ci-timeout

ci: decrease job timeout from 6 hours to 30 minutes
This commit is contained in:
Bruno Oliveira 2020-10-21 08:02:30 -03:00 committed by GitHub
commit 824e9cf67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
@ -176,6 +177,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]