Skip to content

Commit b72e4db

Browse files
Bump link checker timeout to reduce failures (#641)
Only changes timeout in link-checker CI
1 parent ba60471 commit b72e4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
set +e
2626
cat lcconfig
27-
linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 25 --config lcconfig -F csv/utf-8/link_report.csv
27+
linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 25 --timeout 120 --config lcconfig -F csv/utf-8/link_report.csv
2828
2929
if [ $? -ne 0 ]; then
3030
echo "Bad links found. Please see report."

0 commit comments

Comments
 (0)