From: A. Unique TensorFlower Date: Wed, 9 May 2018 18:45:52 +0000 (-0700) Subject: Increase size of tensorflow/contrib/sparsemax:sparsemax_test to medium to avoid flaky... X-Git-Tag: upstream/v1.9.0_rc1~116^2^2~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e7ff39791d18e67f6f4baac8f190d44d796851e;p=platform%2Fupstream%2Ftensorflow.git Increase size of tensorflow/contrib/sparsemax:sparsemax_test to medium to avoid flaky timeouts PiperOrigin-RevId: 196004443 --- diff --git a/tensorflow/contrib/sparsemax/BUILD b/tensorflow/contrib/sparsemax/BUILD index b729fff..d7ba754 100644 --- a/tensorflow/contrib/sparsemax/BUILD +++ b/tensorflow/contrib/sparsemax/BUILD @@ -38,7 +38,7 @@ py_library( cuda_py_tests( name = "sparsemax_test", - size = "small", + size = "medium", srcs = ["python/kernel_tests/sparsemax_test.py"], additional_deps = [ ":sparsemax_py",