From a4afe20fb4663c0f3b7f1b0086fe1c97557fea7b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 9 May 2018 13:06:50 -0700 Subject: [PATCH] Increase size of test tensorflow/python:basic_session_run_hooks_test to avoid flaky timeouts PiperOrigin-RevId: 196016436 --- tensorflow/python/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index 699f78e..f7cbaec 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -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 = [ -- 2.7.4