Skip to content

Commit

Permalink
github actions setting timeout to default
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Oct 11, 2023
1 parent 9c98654 commit 0614e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 360
continue-on-error: ${{ matrix.experimental }}

strategy:
Expand Down

0 comments on commit 0614e5f

Please sign in to comment.