Skip to content

Commit

Permalink
Increase time limits for two tests, lest they time out sporadically
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 292396433
  • Loading branch information
axch authored and tensorflower-gardener committed Jan 30, 2020
1 parent b7fd244 commit 540b9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_probability/python/distributions/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,7 @@ multi_substrate_py_test(
multi_substrate_py_test(
name = "dirichlet_test",
srcs = ["dirichlet_test.py"],
jax_size = "medium",
deps = [
# numpy dep,
# scipy dep,
Expand Down
1 change: 1 addition & 0 deletions tensorflow_probability/python/math/psd_kernels/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ multi_substrate_py_test(
name = "matern_test",
size = "small",
srcs = ["matern_test.py"],
jax_size = "medium",
numpy_tags = ["notap"],
deps = [
# absl/testing:parameterized dep,
Expand Down

0 comments on commit 540b9b1

Please sign in to comment.