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:
@@ -193,7 +193,7 @@ java_library(
|
||||
|
||||
junit_tests(
|
||||
name = "query_tests",
|
||||
size = "medium",
|
||||
size = "large",
|
||||
srcs = QUERY_TESTS,
|
||||
visibility = ["//visibility:public"],
|
||||
deps = TESTUTIL_DEPS + [
|
||||
|
||||
Reference in New Issue
Block a user