[router] allow longer time out for router e2e (#8560)

This commit is contained in:
Simo Lin
2025-07-29 23:43:37 -07:00
committed by GitHub
parent 2fbb754e1d
commit a9fd80336d

View File

@@ -57,6 +57,7 @@ jobs:
e2e-python:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: 2-gpu-runner
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@v4