瀏覽代碼

Increase maxRetries in CI conf

Zed 5 月之前
父節點
當前提交
741060c78b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/run-tests.yml

+ 1 - 0
.github/workflows/run-tests.yml

@@ -128,6 +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
 
           # Run both Nimble tasks concurrently
           nim r tools/rendermd.nim &