aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-10-11 19:23:46 +0200
committerGravatar Marcel Hlopko <hlopko@google.com>2017-10-12 10:16:22 +0200
commit3ae7da16513a78c3f016a726730ff2c62c0dcfc1 (patch)
tree3f18f19c875946462b6e5c890b056f36f90106f7 /src/test/shell/integration/BUILD
parent64b4af9880ba90d3185fdf993883148205a4992d (diff)
//src/test/shell/integration:progress_reporting_test increase shard count
...to avoid occasional time outs in the remote-execution environment. Change-Id: I9bacabdd27780d8eabf80a6b257830d2f831ea58 PiperOrigin-RevId: 171839158
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 e3a534cc2b..e647ee73f9 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -19,7 +19,7 @@ sh_test(
size = "medium",
srcs = ["progress_reporting_test.sh"],
data = [":test-deps"],
- shard_count = 4,
+ shard_count = 8,
)
sh_test(