aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/timeseries
diff options
context:
space:
mode:
authorGravatar Smit Hinsu <hinsu@google.com>2018-07-09 12:08:20 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-09 12:13:20 -0700
commit10aacf16954764581def538dbea975c8946c9ea7 (patch)
tree4cd69f9ef8e4f9a96b0cc80a64e4567d48fcf06e /tensorflow/contrib/timeseries
parentadd96c8632df9596a73bf637d6b7015e9c7beaad (diff)
Update size of timeseries:head_test to large to avoid timeouts
PiperOrigin-RevId: 203806903
Diffstat (limited to 'tensorflow/contrib/timeseries')
-rw-r--r--tensorflow/contrib/timeseries/python/timeseries/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/timeseries/python/timeseries/BUILD b/tensorflow/contrib/timeseries/python/timeseries/BUILD
index ec9a7861e7..7020989d68 100644
--- a/tensorflow/contrib/timeseries/python/timeseries/BUILD
+++ b/tensorflow/contrib/timeseries/python/timeseries/BUILD
@@ -157,6 +157,7 @@ py_library(
py_test(
name = "head_test",
+ size = "large",
srcs = [
"head_test.py",
],