Skip to content

Commit

Permalink
ci(action): increase timeout to allow fetching node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Oct 26, 2023
1 parent ca7c283 commit 4c323a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: [18, 20, 21]

runs-on: ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 10

steps:
- name: Checkout project
Expand Down

0 comments on commit 4c323a0

Please sign in to comment.