From 64d1946af3787db053b48fb048f62b5993b7b4c9 Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 24 Jul 2024 11:20:53 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 655636943 --- tensorflow_probability/python/bijectors/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow_probability/python/bijectors/BUILD b/tensorflow_probability/python/bijectors/BUILD index 14b1dc619f..55c15528fa 100644 --- a/tensorflow_probability/python/bijectors/BUILD +++ b/tensorflow_probability/python/bijectors/BUILD @@ -1854,6 +1854,7 @@ multi_substrate_py_test( multi_substrate_py_test( name = "real_nvp_test", size = "small", + timeout = "moderate", srcs = ["real_nvp_test.py"], deps = [ ":inline",