From b611a8ebeb170363eec6ff6e490b1c7b6d23789e Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Fri, 29 Aug 2025 08:05:54 -0400 Subject: [PATCH] increase timeout --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 94f745eab..e3f76b101 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -24,7 +24,7 @@ jobs: run: | set +e cat lcconfig - linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 25 --config lcconfig -F csv/utf-8/link_report.csv + linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 25 --timeout 120 --config lcconfig -F csv/utf-8/link_report.csv if [ $? -ne 0 ]; then echo "Bad links found. Please see report."