Skip to content

Commit

Permalink
Added a time limit to the "test" job
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 27, 2022
1 parent 470a987 commit 19ec194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- os: windows-latest
python-version: "3.11"
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 19ec194

Please sign in to comment.