Skip to content

Commit

Permalink
increasing retry timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Jan 9, 2021
1 parent b1d8a87 commit 43fb16a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
# the pipeline have a few cracks at it
- uses: nick-invision/retry@v2
with:
timeout_seconds: 900
timeout_seconds: 1200
max_attempts: 3
retry_wait_seconds: 10
command: npm run cover:browser-api:${{ matrix.browser }}:remote
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
# the pipeline have a few cracks at it
- uses: nick-invision/retry@v2
with:
timeout_seconds: 900
timeout_seconds: 1200
max_attempts: 3
retry_wait_seconds: 10
command: npm run cover:browser-api:${{ matrix.browser }}:remote
Expand Down Expand Up @@ -509,7 +509,7 @@ jobs:
# the pipeline have a few cracks at it
- uses: nick-invision/retry@v2
with:
timeout_seconds: 900
timeout_seconds: 1200
max_attempts: 3
retry_wait_seconds: 10
command: npm run cover:browser-api:${{ matrix.browser }}:remote
Expand Down

0 comments on commit 43fb16a

Please sign in to comment.