Increase size of test tensorflow/contrib/learn:graph_io_test to medium to avoid flaky...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 10 May 2018 03:32:13 +0000 (20:32 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 10 May 2018 03:34:53 +0000 (20:34 -0700)
PiperOrigin-RevId: 196068593

tensorflow/contrib/learn/BUILD

index 3a26552..0fdbe8f 100644 (file)
@@ -746,7 +746,7 @@ py_test(
 
 tf_py_test(
     name = "graph_io_test",
-    size = "small",
+    size = "medium",
     srcs = ["python/learn/learn_io/graph_io_test.py"],
     additional_deps = [
         ":learn",