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
parent 46195edc3e
commit cd57271455

View File

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