Skip to content

Commit

Permalink
Increase test timeouts.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 680725792
  • Loading branch information
lingvo-bot authored and copybara-github committed Sep 30, 2024
1 parent 529aa84 commit 248ea6d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions lingvo/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,8 @@ py_library(
deps = ["//lingvo/core:cluster"],
)

py_test(
pytype_strict_test(
name = "cluster_test",
size = "small",
srcs = ["cluster_test.py"],
deps = [
":cluster",
Expand Down Expand Up @@ -698,9 +697,8 @@ py_library(
],
)

py_test(
py_strict_test(
name = "datasource_test",
size = "small",
srcs = ["datasource_test.py"],
deps = [
":base_input_generator",
Expand Down Expand Up @@ -1037,9 +1035,8 @@ lingvo_cuda_py_test(
deps = [":layers_test_lib"],
)

py_test(
pytype_strict_test(
name = "layers_eager_test",
timeout = "short",
srcs = ["layers_test.py"],
args = ["--enable_eager_execution"],
main = "layers_test.py",
Expand Down Expand Up @@ -1112,7 +1109,7 @@ pytype_strict_test(
],
)

py_library(
pytype_strict_library(
name = "layers_test_lib",
testonly = 1,
srcs = ["layers_test.py"],
Expand All @@ -1121,6 +1118,7 @@ py_library(
":cluster_factory",
":gpipe",
":layers",
":py_utils",
":quant_utils",
":test_utils",
":tshape",
Expand Down

0 comments on commit 248ea6d

Please sign in to comment.