Skip to content

Commit

Permalink
Merge pull request #57 from thomasschafer/tschafer-add-timeout-to-tests
Browse files Browse the repository at this point in the history
Add timeout to tests
  • Loading branch information
thomasschafer authored Dec 12, 2024
2 parents 78b83fd + a8c2169 commit ba5fe99
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 @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
timeout-minutes: 15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ba5fe99

Please sign in to comment.