aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-11 13:55:50 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-11 14:22:43 +0000
commit3acb4fd79f961965057fd56dc6ab9dab3c0f9267 (patch)
treebf12f6a224b80aaddb4790fe5edc1ff5e007adbd /src/test
parent6824d862a78e1613f256474383cc48d276f7555f (diff)
Increase size of test timeout flaky on ci.bazel.io
See http://ci.bazel.io/job/Bazel/PLATFORM_NAME=darwin-x86_64/104/console process_wrapper_test is actually failing inside the timeout test so it is probably don't have enough time too. -- MOS_MIGRATED_REVID=102841728
Diffstat (limited to 'src/test')
-rw-r--r--src/test/shell/bazel/BUILD1
-rw-r--r--src/test/shell/bazel/android/BUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index 12eae4238e..24139bfa93 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -190,6 +190,7 @@ sh_test(
sh_test(
name = "process_wrapper_test",
+ size = "large",
srcs = ["process-wrapper_test.sh"],
data = [":test-deps"],
)
diff --git a/src/test/shell/bazel/android/BUILD b/src/test/shell/bazel/android/BUILD
index 3e3e4285c1..9fa75cd11a 100644
--- a/src/test/shell/bazel/android/BUILD
+++ b/src/test/shell/bazel/android/BUILD
@@ -1,5 +1,6 @@
sh_test(
name = "android_integration_test",
+ size = "large",
srcs = ["android_integration_test.sh"],
data = [
"//src/test/shell/bazel:test-deps",