Skip to content

Commit

Permalink
Timeout update
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Apr 11, 2024
1 parent c4483cd commit 8c81657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
node-version: [ 18, 20, 21 ]
os: [ ubuntu-latest ]
os: [ ubuntu-latest , windows-latest, macos-latest ]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"files": [
"test/**/*.ts"
],
"timeout": "1m",
"nodeArguments": [
"--experimental-json-modules",
"--no-warnings",
Expand Down

0 comments on commit 8c81657

Please sign in to comment.