Temporarily change the size of keras/distribute/multi_worker_test as it's frequently timing out.

PiperOrigin-RevId: 242542350
This commit is contained in:
Rick Chao 2019-04-08 14:42:50 -07:00 committed by TensorFlower Gardener
parent 73ae2a64c7
commit 115112f7fb

View File

@ -279,6 +279,8 @@ distribute_py_test(
cuda_py_test(
name = "multi_worker_test",
# TODO(rchao): Investigate the timeout issue and size it back to medium.
size = "large",
srcs = ["multi_worker_test.py"],
additional_deps = [":multi_worker_test_main_lib"],
shard_count = 32,