Update the test size to avoid timeout.

This commit is contained in:
Guangda Lai 2019-10-16 21:07:20 -07:00 committed by GitHub
parent aff49a1b9a
commit ff97edee77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1699,7 +1699,7 @@ py_library(
cuda_py_test(
name = "bias_op_deterministic_test",
size = "small",
size = "medium",
srcs = ["bias_op_deterministic_test.py"],
additional_deps = [
":bias_op_base",
@ -1709,7 +1709,7 @@ cuda_py_test(
cuda_py_test(
name = "bias_op_test",
size = "small",
size = "medium",
srcs = ["bias_op_test.py"],
additional_deps = [
":bias_op_base",