From 48990fb08c3f963433a185e8ddec9c12ec4af6b4 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 2 Sep 2025 21:03:35 +0200 Subject: [PATCH] CI: increase timeout parameter to 60s for the link-check Signed-off-by: Christian Brabandt --- ci/lychee.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lychee.toml b/ci/lychee.toml index 4077e77957..941a2d7f6f 100644 --- a/ci/lychee.toml +++ b/ci/lychee.toml @@ -17,7 +17,7 @@ retries = 2 retry_wait_time = 2 # Timeout per request in seconds -timeout = 20 +timeout = 60 ############################# Exclusions ##########################