From eb544c1ba7c39371e153312078c0777de761a1aa Mon Sep 17 00:00:00 2001 From: "Gerald Morrison (SAP)" Date: Fri, 17 Oct 2025 09:50:18 +0200 Subject: [PATCH] raise timeout to avoid linkinator failures during workflow runs. On-behalf-of: Gerald Morrison (SAP) Signed-off-by: Gerald Morrison (SAP) --- .github/config/linkinator.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config/linkinator.json b/.github/config/linkinator.json index 70fe8492a..b5b9f8b92 100644 --- a/.github/config/linkinator.json +++ b/.github/config/linkinator.json @@ -2,7 +2,7 @@ "concurrency": 100, "recurse": true, "verbosity": "warning", - "timeout": 20000, + "timeout": 50000, "retry": true, "retryErrors": true, "retryErrorsCount": 3,