From 5b9572e0a3d4af0faad4b17273fe98089e2918e6 Mon Sep 17 00:00:00 2001 From: Rahul Gavande Date: Thu, 2 Jul 2026 15:26:32 +0530 Subject: [PATCH] CI experiment: cap E2E timeout to 45m for AINFRA-2588 last-good run Runs the last-known-good commit (b76bf7288, just before #3961) on today's Windows CI to separate a code regression from an environment change. Only the CI job timeout is changed; product code is untouched. Co-Authored-By: Claude Fable 5 --- .buildkite/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e15d03a5d8..fdb1f70086 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,6 +7,9 @@ env: IMAGE_ID: $IMAGE_ID e2e_config: &e2e_config + # AINFRA-2588 experiment: cap the E2E job so a hang fails fast instead of blocking the + # queue for the 3h default. A healthy run is ~21 min. + timeout_in_minutes: 45 command: bash .buildkite/commands/run-e2e-tests.sh "{{matrix.platform}}" "{{matrix.arch}}" artifact_paths: - test-results/**/*.zip