Skip to content

Commit

Permalink
set timeout for tests (#3046)
Browse files Browse the repository at this point in the history
Co-authored-by: Shargon <[email protected]>
  • Loading branch information
Jim8y and shargon authored Jan 2, 2024
1 parent 13f506c commit 1b2c41b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:
jobs:

Test:
strategy:
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1b2c41b

Please sign in to comment.