Change the test size for data_adapter to reduce the timeout.

The base tests will take 40 seconds-ish to run, and sometimes its exceeding the small tests limit (60 seconds).

PiperOrigin-RevId: 280706537
Change-Id: I9e6fc5e7f50cdc392fbc08fa7cc9049630ef0cee
This commit is contained in:
Scott Zhu 2019-11-15 11:59:57 -08:00 committed by TensorFlower Gardener
parent e9dd62ce36
commit 4608b40a30

View File

@ -617,7 +617,7 @@ tf_py_test(
tf_py_test(
name = "data_adapter_test",
size = "small",
size = "medium",
srcs = ["engine/data_adapter_test.py"],
additional_deps = [
":data_adapter",