From 0c7583432c0f7c92c69b5de80c748fd755017ce2 Mon Sep 17 00:00:00 2001 From: Zed Date: Mon, 30 Mar 2026 01:20:33 +0200 Subject: [PATCH] Increase CI test maxRetries --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 00fc4fa..0549c6d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -128,7 +128,7 @@ jobs: run: | cp nitter.example.conf nitter.conf sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf - sed -i 's/maxRetries = 1/maxRetries = 3/g' nitter.conf + sed -i 's/maxRetries = 1/maxRetries = 10/g' nitter.conf # Run both Nimble tasks concurrently nim r tools/rendermd.nim &