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:
David Ostrovsky
2016-11-19 10:51:49 +01:00
parent 32c2ef35c4
commit b236b85bc2

View File

@@ -102,6 +102,7 @@ sh_test(
":test_components.zip",
"test/index.html",
],
size = "large",
# Should not run sandboxed.
tags = ["local", "manual"],
)