aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-05 14:39:35 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-05 14:43:39 -0800
commitaa4f491ea93520179ef48d586177f05c7937a274 (patch)
treedee59cff07660ae4eacae942064b925f60195bbc
parent557e0ce1ca949abb0ffdcccc6ab0480e65ea9fe1 (diff)
Adds shards and increases size to dnn_linear_combined_test to prevent timeouts.
PiperOrigin-RevId: 178013302
-rw-r--r--tensorflow/contrib/estimator/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/estimator/BUILD b/tensorflow/contrib/estimator/BUILD
index 706a174efb..ba272d7e88 100644
--- a/tensorflow/contrib/estimator/BUILD
+++ b/tensorflow/contrib/estimator/BUILD
@@ -88,12 +88,12 @@ py_library(
py_test(
name = "dnn_linear_combined_test",
- size = "small",
+ size = "medium",
srcs = ["python/estimator/dnn_linear_combined_test.py"],
+ shard_count = 3,
srcs_version = "PY2AND3",
tags = [
"no_pip",
- "notap", # b/62204861
"notsan",
],
deps = [