aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-04-27 14:33:19 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-04-27 15:28:16 +0200
commit902af4e05c87ae819ab77da9bee04265bdb264a8 (patch)
tree29186bdb0b37569c8ec9887b4357250b0cb84f3e /src/test/shell/integration/BUILD
parent86c46cb668e00f9cd13c4e00266947d67b447612 (diff)
Reduce the time for the slow test
...now that the test_times_fresh test case is removed which assummed that this test would run at least for 10 seconds. While there, also increase the number of shards to ensure that at most two test cases are run in each shard. Change-Id: Ia694afdaefa1bf78c4cf1755d9d98507fffeb7d2 PiperOrigin-RevId: 154411952
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index ba058210ee..ad448df623 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -57,7 +57,7 @@ sh_test(
size = "large",
srcs = ["experimental_ui_test.sh"],
data = [":test-deps"],
- shard_count = 6,
+ shard_count = 11,
)
sh_test(