From: Christian Brabandt Date: Tue, 2 Sep 2025 19:03:35 +0000 (+0200) Subject: CI: increase timeout parameter to 60s for the link-check X-Git-Tag: v9.1.1731~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48990fb08c3f963433a185e8ddec9c12ec4af6b4;p=thirdparty%2Fvim.git CI: increase timeout parameter to 60s for the link-check Signed-off-by: Christian Brabandt --- 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 ##########################