Add github action timeouts (#195)

This commit is contained in:
Michael Manfre 2022-12-18 00:26:15 -05:00 committed by GitHub
parent bb81f0e559
commit 86bc48f3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
test_docs:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
python-version: ["3.10"]

View File

@ -12,6 +12,7 @@ jobs:
test:
name: test py${{ matrix.python-version }} with ${{ matrix.db_name }}
runs-on: ubuntu-latest
timeout-minutes: 8
strategy:
matrix:
python-version: ["3.10", "3.11"]