[router] configure workflow retries and timeout based on routerConfig (#12252)

This commit is contained in:
Simo Lin
2025-10-28 00:41:20 -07:00
committed by GitHub
parent c5642a7a7a
commit d85d6dba3b
4 changed files with 38 additions and 11 deletions

View File

@@ -154,7 +154,7 @@ jobs:
pytest-rust-2:
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'run-ci')
runs-on: 4-gpu-a10
timeout-minutes: 16
timeout-minutes: 32
steps:
- name: Checkout code
uses: actions/checkout@v4