From: A. Unique TensorFlower Date: Wed, 9 May 2018 20:06:50 +0000 (-0700) Subject: Increase size of test tensorflow/python:basic_session_run_hooks_test to avoid flaky... X-Git-Tag: upstream/v1.9.0_rc1~116^2^2~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4afe20fb4663c0f3b7f1b0086fe1c97557fea7b;p=platform%2Fupstream%2Ftensorflow.git Increase size of test tensorflow/python:basic_session_run_hooks_test to avoid flaky timeouts PiperOrigin-RevId: 196016436 --- 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 = [