Skip to content

Commit

Permalink
build: put a 30-min limit on test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 30, 2024
1 parent 055ae41 commit 989b385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
coverage:
name: "${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-${{ matrix.os-version || 'latest' }}"
timeout-minutes: 30
env:
MATRIX_ID: "${{ matrix.python-version }}.${{ matrix.os }}"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
tests:
name: "${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-${{ matrix.os-version || 'latest' }}"
timeout-minutes: 30
# Don't run tests if the branch name includes "-notests"
if: "!contains(github.ref, '-notests')"
strategy:
Expand Down

0 comments on commit 989b385

Please sign in to comment.