소스 검색

Updates link checker timeout.

John Washam 3 년 전
부모
커밋
fe6480c401
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: