aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-25 12:59:38 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-25 14:28:01 +0000
commitfd8d16f77456da477b1a888c647bb7fad76c3944 (patch)
tree1f22f8cbacabd589b27c11ff6d5b39247c8a38fe /src
parentd5a301daedccb45a372ff96a2b1fc9128a8229ab (diff)
Bump the size of //src/test/shell/bazel:execroot_test
It was timeout flaky on ci.bazel.io Fixes #1559. -- Change-Id: Ie116fd70cf167ac152782f766b9ae541cc041ab4 Reviewed-on: https://bazel-review.googlesource.com/#/c/4156 MOS_MIGRATED_REVID=128347912
Diffstat (limited to 'src')
-rw-r--r--src/test/shell/bazel/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index 5ed4d00481..d0aec83200 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -357,7 +357,7 @@ sh_test(
sh_test(
name = "execroot_test",
- size = "small",
+ size = "medium",
srcs = ["execroot_test.sh"],
data = [":test-deps"],
)