Fix dsv4 kl test timeout (#34963)

This commit is contained in:
Ke Bao
2026-08-16 01:57:40 +08:00
committed by GitHub
parent e5b3a48751
commit dd458f3212
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -205,6 +205,7 @@ jobs:
caller_inputs: ${{ toJson(inputs) }}
partitions: ${{ needs.check-changes.outputs.partitions }}
run_timeout_minutes: '60'
timeout_per_file: '3600'
rust_ext_artifact: ${{ needs.rust-ext-build.outputs.artifact_name }}
secrets: inherit
@@ -22,7 +22,7 @@ DSV4_FLASH_MODEL = "sgl-project/DeepSeek-V4-Flash-FP8"
DSV4_DSPARK_MODEL = "deepseek-ai/DeepSeek-V4-Flash-DSpark"
DSV4_FLASH_LAUNCH_TIMEOUT = 3600
register_cuda_ci(est_time=1500, stage="extra-b", runner_config="4-gpu-h100")
register_cuda_ci(est_time=2400, stage="extra-b", runner_config="4-gpu-h100")
def _assert_dsv4_decode_cached_tokens(result, history_len, output_len, label):