Set size of tensorflow/python/keras:normalization_test to medium to avoid flaky timeouts
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 8 May 2018 23:23:27 +0000 (16:23 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 9 May 2018 00:07:32 +0000 (17:07 -0700)
PiperOrigin-RevId: 195894737

tensorflow/python/keras/BUILD

index 77db07b..523eb67 100755 (executable)
@@ -563,7 +563,7 @@ py_test(
 
 py_test(
     name = "normalization_test",
-    size = "small",
+    size = "medium",
     srcs = ["_impl/keras/layers/normalization_test.py"],
     srcs_version = "PY2AND3",
     tags = ["notsan"],