Skip to content

Commit

Permalink
Reduce retry delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Apr 9, 2024
1 parent 119035b commit c31b807
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: nick-fields/retry@v3
with:
timeout_seconds: 15
retry_wait_seconds: 1
max_attempts: 3
retry_on: error
on_retry_command: yarn config set registry https://registry.npmjs.org
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
uses: nick-fields/retry@v3
with:
timeout_seconds: 15
retry_wait_seconds: 1
max_attempts: 3
retry_on: error
on_retry_command: yarn config set registry https://registry.npmjs.org
Expand All @@ -73,6 +75,7 @@ jobs:
uses: nick-fields/retry@v3
with:
timeout_seconds: 15
retry_wait_seconds: 1
max_attempts: 3
retry_on: error
on_retry_command: yarn config set registry https://registry.npmjs.org
Expand All @@ -89,6 +92,7 @@ jobs:
uses: nick-fields/retry@v3
with:
timeout_seconds: 15
retry_wait_seconds: 1
max_attempts: 3
retry_on: error
on_retry_command: yarn config set registry https://registry.npmjs.org
Expand All @@ -97,6 +101,7 @@ jobs:
uses: nick-fields/retry@v3
with:
timeout_seconds: 15
retry_wait_seconds: 1
max_attempts: 3
retry_on: error
on_retry_command: yarn config set registry https://registry.npmjs.org
Expand Down

0 comments on commit c31b807

Please sign in to comment.