From f07ad8157990a35a6dca519678b0f8fec5845f91 Mon Sep 17 00:00:00 2001 From: Joao Grassi Date: Thu, 12 Oct 2023 14:10:37 +0200 Subject: [PATCH] Increase markdown-link-check timeout (#393) --- .markdown_link_check_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdown_link_check_config.json b/.markdown_link_check_config.json index 368aba40a..48c1f6c39 100644 --- a/.markdown_link_check_config.json +++ b/.markdown_link_check_config.json @@ -15,5 +15,6 @@ } ], "retryOn429": true, + "timeout": "30s", "aliveStatusCodes": [200, 403] }