Skip to content

Commit aff2469

Browse files
Johannes Ballécopybara-github
authored andcommitted
Fixes unit test timeouts.
PiperOrigin-RevId: 424332493 Change-Id: I54c0de7b8fd5f701f9743552f5b594d91acc593f
1 parent 49fe704 commit aff2469

File tree

1 file changed

+2
-1
lines changed
  • tensorflow_compression/python/entropy_models

1 file changed

+2
-1
lines changed

tensorflow_compression/python/entropy_models/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ py_library(
5151

5252
py_test(
5353
name = "continuous_indexed_test",
54+
timeout = "long",
5455
srcs = ["continuous_indexed_test.py"],
5556
python_version = "PY3",
56-
shard_count = 5,
57+
shard_count = 6,
5758
deps = [
5859
":continuous_indexed",
5960
"//tensorflow_compression/python/distributions:uniform_noise",

0 commit comments

Comments
 (0)