Bazel: Increase timeout time for Polygerrit tests
PolyGerrit tests need here slightly more than 300 seconds, allocated by Bazel per default and thus the tests were failing with timeout. Set the size of PolyGerrit tests to large, that allow them to run up to 900 seconds. TEST PLAN: $ sh ./polygerrit-ui/app/run_test.sh Change-Id: Ifccedd882e12bfd7a3b9e045f0e1914b5d327865
This commit is contained in:
@@ -102,6 +102,7 @@ sh_test(
|
||||
":test_components.zip",
|
||||
"test/index.html",
|
||||
],
|
||||
size = "large",
|
||||
# Should not run sandboxed.
|
||||
tags = ["local", "manual"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user