Skip to content

Commit 35119de

Browse files
emilyfertigtensorflower-gardener
authored andcommitted
Increase shard counts for ode_test and matern_test to avoid timeouts.
PiperOrigin-RevId: 456611097
1 parent 965f953 commit 35119de

File tree

2 files changed

+2
-2
lines changed
  • tensorflow_probability/python/math

2 files changed

+2
-2
lines changed

tensorflow_probability/python/math/ode/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ multi_substrate_py_test(
131131
name = "ode_test",
132132
size = "large",
133133
srcs = ["ode_test.py"],
134-
shard_count = 8,
134+
shard_count = 10,
135135
deps = [
136136
# absl/testing:parameterized dep,
137137
# numpy dep,

tensorflow_probability/python/math/psd_kernels/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ multi_substrate_py_test(
182182
srcs = ["matern_test.py"],
183183
jax_size = "medium",
184184
numpy_tags = ["notap"],
185-
shard_count = 2,
185+
shard_count = 4,
186186
deps = [
187187
# absl/testing:parameterized dep,
188188
# numpy dep,

0 commit comments

Comments
 (0)