aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-26 17:18:16 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-26 17:22:28 -0800
commit8fc47fa3af0e7bc1652e7180c699a270bcc71bbd (patch)
tree13ef7e0be2fd0ca27aca3500da18591e8c4149c6 /tensorflow/contrib/linear_optimizer
parent0b164dd43bbf76547836a9ae6ae424b9cda65968 (diff)
Raise to 4 the shard counts of //third_party/tensorflow/contrib/{factorization:kmeans_test,linear_optimizer:sdca_estimator_test}
These tests were getting flaky timeouts when run under asan, sometimes taking longer than the 5 minute timeout. Increasing the shard count to 4 seems to be sufficient to cause them not to time out. PiperOrigin-RevId: 183470183
Diffstat (limited to 'tensorflow/contrib/linear_optimizer')
-rw-r--r--tensorflow/contrib/linear_optimizer/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/linear_optimizer/BUILD b/tensorflow/contrib/linear_optimizer/BUILD
index fe2f183ac9..cea3627ed5 100644
--- a/tensorflow/contrib/linear_optimizer/BUILD
+++ b/tensorflow/contrib/linear_optimizer/BUILD
@@ -126,6 +126,7 @@ py_library(
py_test(
name = "sdca_estimator_test",
srcs = ["python/sdca_estimator_test.py"],
+ shard_count = 4,
srcs_version = "PY2AND3",
deps = [
":sdca_estimator_py",