increase the rust e2e timeout (#10116)

This commit is contained in:
Keyang Ru
2025-09-06 16:17:34 -07:00
committed by GitHub
parent 00974e4f6e
commit b3e7a2cee4

View File

@@ -68,7 +68,7 @@ jobs:
e2e-python:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: BM.A10.4
timeout-minutes: 30
timeout-minutes: 35
steps:
- name: Checkout code
uses: actions/checkout@v4