From fe6480c4010e823a82d41046321964389beb4af7 Mon Sep 17 00:00:00 2001 From: John Washam Date: Sat, 1 Jan 2022 18:09:27 -0800 Subject: [PATCH] Updates link checker timeout. --- .github/workflows/links_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links_checker.yml b/.github/workflows/links_checker.yml index eb9a846..c8f8a95 100644 --- a/.github/workflows/links_checker.yml +++ b/.github/workflows/links_checker.yml @@ -12,7 +12,7 @@ jobs: link_checker: name: Check links and create automated issue if needed runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 env: REPORT_FILE: links-report steps: