Increase size of test tensorflow/python:basic_session_run_hooks_test to avoid flaky...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 9 May 2018 20:06:50 +0000 (13:06 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 9 May 2018 20:22:44 +0000 (13:22 -0700)
PiperOrigin-RevId: 196016436

tensorflow/python/BUILD

index 699f78e..f7cbaec 100644 (file)
@@ -4219,7 +4219,7 @@ tf_py_test(
 
 py_test(
     name = "basic_session_run_hooks_test",
-    size = "small",
+    size = "medium",
     srcs = ["training/basic_session_run_hooks_test.py"],
     srcs_version = "PY2AND3",
     tags = [