Skip to content

Commit

Permalink
MDBI-205: KB server is a bit flaky and needs retry
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Nov 28, 2023
1 parent 65c8b7c commit ccd15f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --timeout 20 --no-progress --max-concurrency 10 kb_urls.txt
args: --verbose --timeout 20 --max-retries 10 --retry-wait-time 4 --no-progress --max-concurrency 10 kb_urls.txt
fail: true

0 comments on commit ccd15f1

Please sign in to comment.