Increase size of tensorflow/contrib/distributions:batch_reshape_test to medium to...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 8 May 2018 22:33:37 +0000 (15:33 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 8 May 2018 23:57:21 +0000 (16:57 -0700)
PiperOrigin-RevId: 195887374

tensorflow/contrib/distributions/BUILD

index 8021ec6..a1d5606 100644 (file)
@@ -460,7 +460,7 @@ cuda_py_test(
 
 cuda_py_test(
     name = "batch_reshape_test",
-    size = "small",
+    size = "medium",
     srcs = ["python/kernel_tests/batch_reshape_test.py"],
     additional_deps = [
         ":distributions_py",