From c5562e9323bb74e91b3d2279db25689d4e7d089d Mon Sep 17 00:00:00 2001 From: tobolar Date: Mon, 29 Jun 2026 14:07:47 +0200 Subject: [PATCH] Git: enlarge timeout to pass the html-link check --- .github/workflows/checkCron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkCron.yml b/.github/workflows/checkCron.yml index 0a828e9..41be4ce 100644 --- a/.github/workflows/checkCron.yml +++ b/.github/workflows/checkCron.yml @@ -7,7 +7,7 @@ on: jobs: html_documentation_link_checks: - timeout-minutes: 5 + timeout-minutes: 10 if: github.repository_owner == 'DLR-SR' runs-on: ubuntu-latest steps: