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:
parent
e9dd62ce36
commit
4608b40a30
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user