Skip to content

Commit 4d95853

Browse files
committed
ci: give the link check a longer timeout before it reports a failure
1 parent 3711b38 commit 4d95853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
# Placeholder hosts are excluded via .lycheeignore. 429 is accepted
2424
# so a rate-limited host does not read as a dead link.
25-
args: --no-progress --accept '200..=299,429' --max-concurrency 8 'docs/**/*.md'
25+
args: --no-progress --accept '200..=299,429' --max-concurrency 8 --timeout 30 --max-retries 3 'docs/**/*.md'
2626
fail: true
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)