aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 = [