From f8efd2c25f71e6b468b68663b10c4c6887ff28b5 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 14 Jun 2022 14:10:31 +0200 Subject: [PATCH] Relax markdown link-check timeouts --- .markdown-link-check.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 57a672d0cad..281aa2d61e0 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -1,6 +1,7 @@ { "retryOn429": true, - "retryCount": 3, + "retryCount": 5, + "timeout": "20s", "aliveStatusCodes": [200, 206], "ignorePatterns": [ {