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."