Set shard count to 4 for tensorflow/contrib/linalg:linear_operator_block_diag_test...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 14 Mar 2018 20:46:57 +0000 (13:46 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 14 Mar 2018 20:51:24 +0000 (13:51 -0700)
commit4ff81a7d891c2affadb9c9068cf37fdb109c0e77
tree441f15cbccdd6663a2e96d57b76100a55786fd2a
parent15d97a4bb76fd613b5c8f8eb3178396c66f0529e
Set shard count to 4 for tensorflow/contrib/linalg:linear_operator_block_diag_test to avoid timeouts

This was getting flaky timeouts because it was taking over 300s about 25% of the time.
This change increases the shard count to 4 to reduce the total elapsed time.
With 4 shards, the maximum time per shard is about 180s.

PiperOrigin-RevId: 189079453
tensorflow/contrib/linalg/BUILD