Skip to content

Commit

Permalink
fix: increase timeout for weaiting for deploy build to finish [sc-00]
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Oct 12, 2023
1 parent 301538c commit 854a786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
deployment-url: "https://${{ steps.vercel_preview_url.outputs.preview_url }}"
timeout: 30 # Wait for 10 seconds before failing
poll-interval: 10 # Wait for 1 second before each retry
timeout: 400 # Wait for 10 seconds before failing
poll-interval: 20 # Wait for 1 second before each retry
- name: Check for broken links
id: link-report
uses: celinekurpershoek/[email protected]
Expand Down

0 comments on commit 854a786

Please sign in to comment.