"tests/vscode:/vscode.git/clone" did not exist on "0e95aa853edb85e6bf66634d544939c407f78d2f"
Unverified Commit a9fd8033 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

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

parent 2fbb754e
...@@ -57,6 +57,7 @@ jobs: ...@@ -57,6 +57,7 @@ jobs:
e2e-python: e2e-python:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: 2-gpu-runner runs-on: 2-gpu-runner
timeout-minutes: 30
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment