aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/contrib/labeled_tensor/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/contrib/labeled_tensor/BUILD b/tensorflow/contrib/labeled_tensor/BUILD
index 82d9dc9a45..41b7c778a5 100644
--- a/tensorflow/contrib/labeled_tensor/BUILD
+++ b/tensorflow/contrib/labeled_tensor/BUILD
@@ -49,7 +49,7 @@ py_library(
py_test(
name = "core_test",
- size = "small",
+ size = "medium",
srcs = [
"python/ops/core_test.py",
],
@@ -119,6 +119,7 @@ py_library(
py_test(
name = "ops_test",
+ size = "medium",
srcs = [
"python/ops/ops_test.py",
],