aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-26 22:06:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-26 22:09:32 -0700
commit7c845cb25ee44d52810c0f06e7843d5b14f8b6b4 (patch)
tree2b5c42a2f09564d3888a0a39e8f10da88deaf11c /tensorflow/contrib/factorization
parente41e70ed9827b81a07c42f68def80f3f61b70375 (diff)
Reenable factorization_ops_test on ASAN after adding shard_count = 4. Tests now
finish with these stats: "max = 150.6s, min = 27.4s, avg = 66.3s, dev = 19.5s" over 1000 runs and this runtime distribution should be fairly safe for deadline of 300s. PiperOrigin-RevId: 194500204
Diffstat (limited to 'tensorflow/contrib/factorization')
-rw-r--r--tensorflow/contrib/factorization/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/factorization/BUILD b/tensorflow/contrib/factorization/BUILD
index f28d95401c..effec42f02 100644
--- a/tensorflow/contrib/factorization/BUILD
+++ b/tensorflow/contrib/factorization/BUILD
@@ -215,7 +215,7 @@ tf_py_test(
"//tensorflow/python:platform_test",
"//tensorflow/python:sparse_tensor",
],
- tags = ["noasan"], # times out b/78588193
+ shard_count = 4,
)
# Estimators tests