From 0cbad37cbbc11deb9e2bb9456827c9972a82b0f2 Mon Sep 17 00:00:00 2001 From: Evan Bonsignori Date: Wed, 23 Oct 2024 11:42:16 -0700 Subject: [PATCH] Give link-check-daily.yml another hour to run (#52852) --- .github/workflows/link-check-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check-daily.yml b/.github/workflows/link-check-daily.yml index 14926eb5f7..47d477bae0 100644 --- a/.github/workflows/link-check-daily.yml +++ b/.github/workflows/link-check-daily.yml @@ -86,7 +86,7 @@ jobs: # treat it as a warning and not as a broken link. EXTERNAL_SERVER_ERRORS_AS_WARNINGS: true FAIL_ON_FLAW: false - timeout-minutes: 60 + timeout-minutes: 120 run: npm run rendered-content-link-checker - name: Insight into external link checker DB json file (after)