From 6df898166ecbe5c523e70f687b8c20ce37d90dc8 Mon Sep 17 00:00:00 2001 From: Googler Date: Sun, 7 Jan 2024 13:50:41 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 596420559 --- tensorflow_probability/examples/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow_probability/examples/BUILD b/tensorflow_probability/examples/BUILD index 58c89b9220..fc7d19100a 100644 --- a/tensorflow_probability/examples/BUILD +++ b/tensorflow_probability/examples/BUILD @@ -52,6 +52,7 @@ py_library( py_test( name = "bayesian_neural_network_test", size = "medium", + timeout = "long", srcs = ["bayesian_neural_network.py"], args = [ "--fake_data",