Increase query test size to avoid timeouts

Quite often the //gerrit-server:query_tests are timing out
after 5' on the CI server.

They typically take one and half minute on a fully powered
standalone machine, but quite easily on a heavy loaded CI
system make take over 5' to execute.

Change-Id: If0295b5c44d2074e0f8141342211653bcd452af3
This commit is contained in:
Luca Milanesio
2016-12-28 23:09:55 +00:00
parent 883ec22964
commit 21f2e2a205

View File

@@ -193,7 +193,7 @@ java_library(
junit_tests(
name = "query_tests",
size = "medium",
size = "large",
srcs = QUERY_TESTS,
visibility = ["//visibility:public"],
deps = TESTUTIL_DEPS + [