]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: increase timeout parameter to 60s for the link-check
authorChristian Brabandt <cb@256bit.org>
Tue, 2 Sep 2025 19:03:35 +0000 (21:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 2 Sep 2025 19:03:35 +0000 (21:03 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
ci/lychee.toml

index 4077e779575757e3d0a3e1d06f5b4d2d037f6bdc..941a2d7f6f7beb94588c52e205195ef77d32b28b 100644 (file)
@@ -17,7 +17,7 @@ retries = 2
 retry_wait_time = 2
 
 # Timeout per request in seconds
-timeout = 20
+timeout = 60
 
 #############################  Exclusions  ##########################