Explorar o código

Updates link checker timeout.

John Washam %!s(int64=3) %!d(string=hai) anos
pai
achega
fe6480c401
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/links_checker.yml

+ 1 - 1
.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: