From ca4aa61dff309428ee3e99692dbe5cb7c55a3baa Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 9 Sep 2024 07:55:51 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 672544358 --- spinoffs/autobnn/autobnn/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/spinoffs/autobnn/autobnn/BUILD b/spinoffs/autobnn/autobnn/BUILD index 79e53539e2..75f799bcdd 100644 --- a/spinoffs/autobnn/autobnn/BUILD +++ b/spinoffs/autobnn/autobnn/BUILD @@ -111,6 +111,7 @@ py_library( py_test( name = "estimators_test", + timeout = "long", srcs = ["estimators_test.py"], # TODO(b/322864412): enable this test in OSS. tags = ["no-oss-ci"],