Skip to content

Commit 4107afd

Browse files
midfieldtensorflower-gardener
authored andcommitted
Increase shard count for multitask_gaussian_process_test to avoid timeouts.
PiperOrigin-RevId: 454266060
1 parent 113d0a0 commit 4107afd

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_probability/python/experimental/distributions

1 file changed

+1
-1
lines changed

tensorflow_probability/python/experimental/distributions/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ multi_substrate_py_test(
160160
name = "multitask_gaussian_process_test",
161161
size = "medium",
162162
srcs = ["multitask_gaussian_process_test.py"],
163-
shard_count = 2,
163+
shard_count = 3,
164164
deps = [
165165
# absl/testing:parameterized dep,
166166
# numpy dep,

0 commit comments

Comments
 (0)