Skip to content
Permalink
Browse files

Merge pull request #7919 from nicoddemus/backport-7917

[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 a88fe584adc0cc9d94b4e184c20ad23738e4ed32
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 a88fe58

Please sign in to comment.