From 55aba2875c55dec76627cc96361abc4e71a8a98b Mon Sep 17 00:00:00 2001 From: regularfry Date: Wed, 25 Oct 2023 11:44:57 +0100 Subject: [PATCH] Try pushing the markdown link check timeout to 20s --- .github/workflows/markdown-check-links.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/markdown-check-links.json b/.github/workflows/markdown-check-links.json index f636c2ac..ce9e5608 100644 --- a/.github/workflows/markdown-check-links.json +++ b/.github/workflows/markdown-check-links.json @@ -1,3 +1,4 @@ { - "aliveStatusCodes": [200, 403] + "aliveStatusCodes": [200, 403], + "timeout": "20s" }