Browse Source

Updates link checker timeout.

John Washam 3 years ago
parent
commit
fe6480c401
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/links_checker.yml

+ 1 - 1
.github/workflows/links_checker.yml

@@ -12,7 +12,7 @@ jobs:
   link_checker:
   link_checker:
     name: Check links and create automated issue if needed
     name: Check links and create automated issue if needed
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
-    timeout-minutes: 5
+    timeout-minutes: 10
     env:
     env:
       REPORT_FILE: links-report
       REPORT_FILE: links-report
     steps:
     steps: