Bazel: Increase test timeout to moderate

Bazel test with size small corresponds to short timeout with 60 seconds.
Removing this would default to moderate timeout of 300 seconds.

Change-Id: I207a0d9bfc909074dcce44d6286aa57384bc9f7c
diff --git a/BUILD b/BUILD
index 441fa83..7939099 100644
--- a/BUILD
+++ b/BUILD
@@ -28,7 +28,6 @@
 
 junit_tests(
     name = "verify-status_tests",
-    size = "small",
     srcs = ["src/test/java/com/googlesource/gerrit/plugins/verifystatus/VerifyStatusIT.java"],
     tags = ["verify-status"],
     deps = [