Skip to content

Commit 741060c

Browse files
committed
Increase maxRetries in CI conf
1 parent 3429667 commit 741060c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
run: |
129129
cp nitter.example.conf nitter.conf
130130
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
131+
sed -i 's/maxRetries = 1/maxRetries = 3/g' nitter.conf
131132
132133
# Run both Nimble tasks concurrently
133134
nim r tools/rendermd.nim &

0 commit comments

Comments
 (0)