Skip to content

Commit

Permalink
ci: add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 2, 2023
1 parent 5b311f3 commit c14b548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Installing dependencies
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 10
max_attempts: 3
command: yarn install --frozen-lockfile

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-npm.yml
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Installing dependencies
uses: nick-fields/retry@v2.8.3
with:
timeout_minutes: 10
max_attempts: 3
command: yarn install --frozen-lockfile

Expand Down

0 comments on commit c14b548

Please sign in to comment.