diff --git a/.github/workflows/e2e_sft.yml b/.github/workflows/e2e_sft.yml index 75153d06c..9f38b0941 100644 --- a/.github/workflows/e2e_sft.yml +++ b/.github/workflows/e2e_sft.yml @@ -91,7 +91,7 @@ jobs: e2e_sft: needs: setup runs-on: ["${{ needs.setup.outputs.runner-label || 'L20x8' }}"] - timeout-minutes: 25 # Increase this timeout value as needed + timeout-minutes: 30 # Increase this timeout value as needed env: HTTP_PROXY: ${{ secrets.PROXY_HTTP }} HTTPS_PROXY: ${{ secrets.PROXY_HTTPS }}