Increase timeout to deflake the test.

PiperOrigin-RevId: 163407824
This commit is contained in:
A. Unique TensorFlower 2017-07-27 16:41:45 -07:00 committed by TensorFlower Gardener
parent ce1c7f02ad
commit d5cc143e27

View File

@ -200,7 +200,7 @@ tf_py_test(
# Estimators tests
tf_py_test(
name = "wals_test",
size = "medium",
size = "large",
srcs = ["python/ops/wals_test.py"],
additional_deps = [
":factorization_py",