Fix flaky loss_scale_optimizer_test.

The test would timeout about 2% of the time.

PiperOrigin-RevId: 308914241
Change-Id: Ic24402ef3f87152f94b96eddf76bc2372d7a5d27
This commit is contained in:
Reed Wanderman-Milne 2020-04-28 15:54:18 -07:00 committed by TensorFlower Gardener
parent 1ce189fed3
commit 86a6005136

View File

@ -180,7 +180,7 @@ py_library(
cuda_py_test( cuda_py_test(
name = "loss_scale_optimizer_test", name = "loss_scale_optimizer_test",
size = "small", size = "medium",
srcs = ["loss_scale_optimizer_test.py"], srcs = ["loss_scale_optimizer_test.py"],
python_version = "PY3", python_version = "PY3",
deps = [ deps = [