소스 검색

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 &