From f230f639c53c3e9b54ba4b2c3f7650ba2daae307 Mon Sep 17 00:00:00 2001 From: Jeremy Lau Date: Fri, 23 Feb 2018 16:48:56 -0800 Subject: [PATCH] Internal change. PiperOrigin-RevId: 186843326 --- tensorflow/contrib/bayesflow/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/bayesflow/BUILD b/tensorflow/contrib/bayesflow/BUILD index d7beb26..08b29fb 100644 --- a/tensorflow/contrib/bayesflow/BUILD +++ b/tensorflow/contrib/bayesflow/BUILD @@ -39,7 +39,7 @@ py_library( cuda_py_test( name = "metropolis_hastings_test", - size = "medium", + size = "large", srcs = ["python/kernel_tests/metropolis_hastings_test.py"], additional_deps = [ ":bayesflow_py", -- 2.7.4