Skip to content

Commit

Permalink
ci(nodejs): limit duration to 15 min
Browse files Browse the repository at this point in the history
Tests dont take that long and catches timeouts earlier.
  • Loading branch information
EdJoPaTo committed Dec 10, 2023
1 parent 5b5e0e4 commit 9ce8d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: denoland/setup-deno@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
test:
name: Node.js
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9ce8d43

Please sign in to comment.