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.
This commit is contained in:
Michael Bolin
2026-02-11 17:52:06 -08:00
committed by GitHub
parent 58eaa7ba8f
commit 9722567a80

View File

@@ -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