From a8913725a13a0fec7fc4a2828e2ad22994e41299 Mon Sep 17 00:00:00 2001 From: 22quinn <33176974+22quinn@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:57:27 -0700 Subject: [PATCH] [CI/Build] Add timing to Model Executor Test (#25799) Signed-off-by: 22quinn <33176974+22quinn@users.noreply.github.com> Signed-off-by: yewentao256 --- .buildkite/test-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 82a3b2fc199e5..c6c4e2a2309fc 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -465,8 +465,8 @@ steps: commands: - pytest -v -s kernels/mamba -- label: Model Executor Test # ??? - timeout_in_minutes: 60 +- label: Model Executor Test # 23min + timeout_in_minutes: 35 mirror_hardwares: [amdexperimental] source_file_dependencies: - vllm/model_executor