From 9722567a80b4bac81b74f679828747031fd95fa0 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 11 Feb 2026 17:52:06 -0800 Subject: [PATCH] fix: add --test_verbose_timeout_warnings to bazel.yml (#11522) This is in response to seeing this on BuildBuddy: > There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are. --- .github/workflows/bazel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index b1ae82318..65b82c199 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -106,6 +106,7 @@ jobs: bazel_args=( test //... + --test_verbose_timeout_warnings --build_metadata=REPO_URL=https://github.com/openai/codex.git --build_metadata=COMMIT_SHA=$(git rev-parse HEAD) --build_metadata=ROLE=CI