From 2f75e7f712fb2a013ce05ff357d94135231c8ae2 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Wed, 22 Jul 2026 00:16:16 -0700 Subject: [PATCH] [CI] Increase timeouts for jobs exceeding current limits (#49374) Signed-off-by: khluu Co-authored-by: OpenAI Codex --- .buildkite/test_areas/basic_correctness.yaml | 2 +- .buildkite/test_areas/benchmarks.yaml | 2 +- .buildkite/test_areas/engine.yaml | 2 +- .buildkite/test_areas/entrypoints.yaml | 8 ++++---- .buildkite/test_areas/misc.yaml | 2 +- .buildkite/test_areas/model_executor.yaml | 2 +- .buildkite/test_areas/models_language.yaml | 2 +- .buildkite/test_areas/models_multimodal.yaml | 8 ++++---- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.buildkite/test_areas/basic_correctness.yaml b/.buildkite/test_areas/basic_correctness.yaml index 1b92babb3ce..88f3e054825 100644 --- a/.buildkite/test_areas/basic_correctness.yaml +++ b/.buildkite/test_areas/basic_correctness.yaml @@ -4,7 +4,7 @@ depends_on: steps: - label: Basic Correctness key: basic-correctness - timeout_in_minutes: 45 + timeout_in_minutes: 68 device: h200_18gb source_file_dependencies: - vllm/ diff --git a/.buildkite/test_areas/benchmarks.yaml b/.buildkite/test_areas/benchmarks.yaml index 4b709f3962f..8aac6545cfa 100644 --- a/.buildkite/test_areas/benchmarks.yaml +++ b/.buildkite/test_areas/benchmarks.yaml @@ -4,7 +4,7 @@ depends_on: steps: - label: Benchmarks CLI Test key: benchmarks-cli-test - timeout_in_minutes: 30 + timeout_in_minutes: 45 device: h200_18gb source_file_dependencies: - vllm/ diff --git a/.buildkite/test_areas/engine.yaml b/.buildkite/test_areas/engine.yaml index 4557aa0fcbe..6e88451af86 100644 --- a/.buildkite/test_areas/engine.yaml +++ b/.buildkite/test_areas/engine.yaml @@ -51,7 +51,7 @@ steps: - label: e2e Scheduling (1 GPU) key: e2e-scheduling-1-gpu - timeout_in_minutes: 35 + timeout_in_minutes: 53 device: h200_18gb source_file_dependencies: - vllm/v1/ diff --git a/.buildkite/test_areas/entrypoints.yaml b/.buildkite/test_areas/entrypoints.yaml index f5668e40b9d..9d571ff0af5 100644 --- a/.buildkite/test_areas/entrypoints.yaml +++ b/.buildkite/test_areas/entrypoints.yaml @@ -39,7 +39,7 @@ steps: - label: Entrypoints Integration (API Server) key: entrypoints-integration-api-server device: h200_35gb - timeout_in_minutes: 50 + timeout_in_minutes: 75 working_dir: "/vllm-workspace/tests" source_file_dependencies: - vllm/ @@ -59,7 +59,7 @@ steps: - label: Entrypoints Integration (API Server OpenAI - Part 1) device: h200_35gb key: entrypoints-integration-api-server-openai-part-1 - timeout_in_minutes: 45 + timeout_in_minutes: 68 working_dir: "/vllm-workspace/tests" source_file_dependencies: - vllm/ @@ -78,7 +78,7 @@ steps: - label: Entrypoints Integration (API Server OpenAI - Part 2) device: h200_35gb key: entrypoints-integration-api-server-openai-part-2 - timeout_in_minutes: 55 + timeout_in_minutes: 83 working_dir: "/vllm-workspace/tests" source_file_dependencies: - vllm/ @@ -156,7 +156,7 @@ steps: - label: Entrypoints Integration (Pooling) device: h200_35gb key: entrypoints-integration-pooling - timeout_in_minutes: 50 + timeout_in_minutes: 75 working_dir: "/vllm-workspace/tests" source_file_dependencies: - vllm/ diff --git a/.buildkite/test_areas/misc.yaml b/.buildkite/test_areas/misc.yaml index 4626f08ef60..d61a6a816fb 100644 --- a/.buildkite/test_areas/misc.yaml +++ b/.buildkite/test_areas/misc.yaml @@ -31,7 +31,7 @@ steps: - label: V1 Sample + Logits key: v1-sample-logits - timeout_in_minutes: 55 + timeout_in_minutes: 83 device: h200_18gb source_file_dependencies: - vllm/config/ diff --git a/.buildkite/test_areas/model_executor.yaml b/.buildkite/test_areas/model_executor.yaml index 689d19488b5..e2f90079291 100644 --- a/.buildkite/test_areas/model_executor.yaml +++ b/.buildkite/test_areas/model_executor.yaml @@ -5,7 +5,7 @@ steps: - label: Model Executor device: h200_35gb key: model-executor - timeout_in_minutes: 45 + timeout_in_minutes: 60 source_file_dependencies: - vllm/engine/arg_utils.py - vllm/config/model.py diff --git a/.buildkite/test_areas/models_language.yaml b/.buildkite/test_areas/models_language.yaml index b37f2dbd20f..2aea721e56c 100644 --- a/.buildkite/test_areas/models_language.yaml +++ b/.buildkite/test_areas/models_language.yaml @@ -137,7 +137,7 @@ steps: - label: Language Models Test (MTEB) key: language-models-test-mteb - timeout_in_minutes: 45 + timeout_in_minutes: 68 device: h200_18gb optional: true source_file_dependencies: diff --git a/.buildkite/test_areas/models_multimodal.yaml b/.buildkite/test_areas/models_multimodal.yaml index 2a73eb4a47e..57f559c59fb 100644 --- a/.buildkite/test_areas/models_multimodal.yaml +++ b/.buildkite/test_areas/models_multimodal.yaml @@ -4,7 +4,7 @@ depends_on: steps: - label: "Multi-Modal Models (Standard) 1: qwen2" key: multi-modal-models-standard-1-qwen2 - timeout_in_minutes: 45 + timeout_in_minutes: 68 device: h200_18gb source_file_dependencies: - vllm/ @@ -20,7 +20,7 @@ steps: - label: "Multi-Modal Models (Standard) 2: qwen3 + gemma" key: multi-modal-models-standard-2-qwen3-gemma - timeout_in_minutes: 50 + timeout_in_minutes: 75 device: h200_18gb source_file_dependencies: - vllm/ @@ -54,7 +54,7 @@ steps: - label: "Multi-Modal Models (Standard) 4: other + whisper" device: h200_35gb key: multi-modal-models-standard-4-other-whisper - timeout_in_minutes: 50 + timeout_in_minutes: 75 source_file_dependencies: - vllm/ - tests/models/multimodal @@ -85,7 +85,7 @@ steps: - label: Multi-Modal Processor # 44min key: multi-modal-processor - timeout_in_minutes: 65 + timeout_in_minutes: 98 device: h200_18gb source_file_dependencies: - vllm/