aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-10-12 13:40:58 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-12 13:44:57 -0700
commit80e3b24f27b94c9efbb57cdc2fc57e76cf3e32f2 (patch)
treeb0780fcc7d764bfe1a3355ef51d6251c5188b4ae
parent79c821165896b149624a529a6f499ad25960c84d (diff)
Increase the size of extenders_test to avoid flaky timeouts.
PiperOrigin-RevId: 172005195
-rw-r--r--tensorflow/contrib/estimator/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/estimator/BUILD b/tensorflow/contrib/estimator/BUILD
index ddfedba579..4dd9f19ec3 100644
--- a/tensorflow/contrib/estimator/BUILD
+++ b/tensorflow/contrib/estimator/BUILD
@@ -92,7 +92,7 @@ py_library(
py_test(
name = "extenders_test",
- size = "small",
+ size = "medium",
srcs = ["python/estimator/extenders_test.py"],
srcs_version = "PY2AND3",
deps = [