Skip to content

Commit

Permalink
reflect the review about timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 17, 2024
1 parent f5fbe44 commit 69869b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: AMD64 macOS 12 NodeJS ${{ matrix.node }}
runs-on: macos-12
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 90
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -115,6 +115,7 @@ jobs:
name: AMD64 Windows NodeJS ${{ matrix.node }}
runs-on: windows-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 69869b7

Please sign in to comment.