aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yifei Feng <1192265+yifeif@users.noreply.github.com>2018-03-12 21:02:38 -0700
committerGravatar GitHub <noreply@github.com>2018-03-12 21:02:38 -0700
commit9af25bb2a76b0e5607acecaa93ae421352a70748 (patch)
tree0ce6c7c5333f506c6294db7997fdee17a53c0708
parent73f2da07577330648cd294d321545d089b600748 (diff)
parentdf4cbfa33d711c1fad107bfaea0862bfdc8c3fd8 (diff)
Merge pull request #17660 from tensorflow/yifeif-patch-3
Make tensorflow/python:framework_importer_test large
-rw-r--r--tensorflow/python/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 04e926ff16..6dd53ffdf6 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -1048,7 +1048,7 @@ py_test(
py_test(
name = "framework_importer_test",
- size = "medium",
+ size = "large",
srcs = ["framework/importer_test.py"],
main = "framework/importer_test.py",
srcs_version = "PY2AND3",