mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Increase CI test maxRetries
This commit is contained in:
parent
e7e7050c6e
commit
0c7583432c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cp nitter.example.conf nitter.conf
|
cp nitter.example.conf nitter.conf
|
||||||
sed -i 's/enableDebug = false/enableDebug = true/g' 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
|
# Run both Nimble tasks concurrently
|
||||||
nim r tools/rendermd.nim &
|
nim r tools/rendermd.nim &
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue