Skip to content

Commit

Permalink
Extend link checker time out to one hour (#52648)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr authored Oct 14, 2024
1 parent 13eec76 commit c9ff315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# treat it as a warning and not as a broken link.
EXTERNAL_SERVER_ERRORS_AS_WARNINGS: true
FAIL_ON_FLAW: false
timeout-minutes: 30
timeout-minutes: 60
run: npm run rendered-content-link-checker

- name: Insight into external link checker DB json file (after)
Expand Down

0 comments on commit c9ff315

Please sign in to comment.