From f9b8e116650ecf21d92a83c43b57f2244c0f94bb Mon Sep 17 00:00:00 2001 From: Zed Date: Sat, 22 Aug 2026 08:46:46 +0700 Subject: [PATCH] Improve CI suite stability --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8e6c814..33dcba5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -136,7 +136,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 = 10/g' nitter.conf + sed -i 's/maxRetries = 1/maxRetries = 3/g' nitter.conf sed -i 's/hostname = "nitter.net"/hostname = "localhost:8080"/g' nitter.conf nim r tools/rendermd.nim @@ -149,4 +149,4 @@ jobs: run: | ./nitter & cd tests - poetry run pytest -n3 --rs . + poetry run pytest -n2 --rs .