فهرست منبع

Increase CI test maxRetries

Zed 5 ماه پیش
والد
کامیت
0c7583432c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/run-tests.yml

+ 1 - 1
.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 &