Forráskód Böngészése

Updates link checker timeout.

John Washam 3 éve
szülő
commit
fe6480c401
1 módosított fájl, 1 hozzáadás és 1 törlés
  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: