1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-03 20:32:10 -04:00

Increase CI test maxRetries

This commit is contained in:
Zed
2026-03-30 01:20:33 +02:00
parent e7e7050c6e
commit 0c7583432c

View File

@@ -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 &