From b3c70a7e3ef4d45bfef8ca37110b605e529262af Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 13 Sep 2026 21:05:47 +0000 Subject: [PATCH] chore: Update mypy test size to take more time. This matters in the short-time local builds, not so much in the default builds which have a little more time, but it doesn't harm there. --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 6ef1d7e..359ee1a 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -143,6 +143,7 @@ py_test( mypy_test( name = "mypy_test", + size = "large", srcs = glob(["**/*.py"]), path = [ "external/typeshed/stubs/requests",