aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-08-31 13:22:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-31 13:31:23 -0700
commitf22a417a9ee7757720073ae904b3eba4a34e174a (patch)
tree22054862cb33bd1ca0eae60996055103c7f6879c /tensorflow/compiler/tests
parentabc6213dc2660b7f6184580a6102c84e4349425d (diff)
[XLA] Update test timeouts so the tests pass with optimized + -UNDEBUG
PiperOrigin-RevId: 211134202
Diffstat (limited to 'tensorflow/compiler/tests')
-rw-r--r--tensorflow/compiler/tests/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index cf02926e06..34defe1c7a 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -251,6 +251,7 @@ tf_xla_py_test(
tf_xla_py_test(
name = "matrix_triangular_solve_op_test",
size = "small",
+ timeout = "moderate",
srcs = ["matrix_triangular_solve_op_test.py"],
tags = ["optonly"],
deps = [
@@ -572,6 +573,7 @@ tf_xla_py_test(
tf_xla_py_test(
name = "matrix_band_part_test",
size = "medium",
+ timeout = "long",
srcs = ["matrix_band_part_test.py"],
tags = ["optonly"],
deps = [