Skip to content
Permalink
Browse files

Merge pull request #7917 from bluetech/ci-timeout

ci: decrease job timeout from 6 hours to 30 minutes
  • Loading branch information
nicoddemus committed Oct 21, 2020
1 parent 46195ed commit cd57271455e56661f2931bcb6cc05e9f7e87f4b0
Showing with 2 additions and 0 deletions.
  1. +2 −0 .github/workflows/main.yml
@@ -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]

0 comments on commit cd57271

Please sign in to comment.