Skip to content

Commit

Permalink
tests: add timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 28, 2021
1 parent dd93d93 commit d7ed886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
os: [macos-latest, windows-latest]
name: py${{ matrix.python }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
name: py${{ matrix.python }}
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d7ed886

Please sign in to comment.