diff --git a/.github/workflows/vllm_benchmark.yaml b/.github/workflows/vllm_benchmark.yaml index 02818f996a..b1ddc14b1c 100644 --- a/.github/workflows/vllm_benchmark.yaml +++ b/.github/workflows/vllm_benchmark.yaml @@ -117,7 +117,7 @@ jobs: uses: nick-fields/retry@v2 with: timeout_minutes: 20 - max_attempts: 3 + max_attempts: 10 command: | git clone --depth=1 --branch ${{ env.VLLM_BRANCH }} ${{ env.VLLM_REPOSITORY_URL }}