Skip to content

Commit

Permalink
Merge pull request #16472 from staszekscp/increase-npm-ci-timeout
Browse files Browse the repository at this point in the history
Increase timeout for npm ci action
  • Loading branch information
roryabraham authored Mar 27, 2023
2 parents bf34610 + 26fc00e commit e275b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/composite/setupNode/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
- name: Install node packages
uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350
with:
timeout_minutes: 10
max_attempts: 5
timeout_minutes: 30
max_attempts: 3
command: npm ci

0 comments on commit e275b9b

Please sign in to comment.