aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ian Langmore <langmore@google.com>2016-07-28 09:53:31 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-28 11:02:44 -0700
commit2ba4a45f54b7a9b8d2d859da0955b811b3be9d59 (patch)
tree51ffb07564da1ac1d02daa80b7bbbd290936c9f5
parentcfe44082f67638605147489a4b8c94abcbe347cd (diff)
Increase test size of operator_pd_vdvt_test. This test takes about 4-5 minutes
to run, which is boarderline for a medium test. Increased to large. Change: 128716952
-rw-r--r--tensorflow/contrib/distributions/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/distributions/BUILD b/tensorflow/contrib/distributions/BUILD
index a4f2ae73f6..626f4589ea 100644
--- a/tensorflow/contrib/distributions/BUILD
+++ b/tensorflow/contrib/distributions/BUILD
@@ -67,7 +67,7 @@ cuda_py_tests(
cuda_py_tests(
name = "operator_pd_vdvt_update_test",
- size = "medium",
+ size = "large",
srcs = ["python/kernel_tests/operator_pd_vdvt_update_test.py"],
additional_deps = [
":distributions_py",