aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2018-02-09 17:12:26 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-09 17:14:16 -0800
commitfce3e58428ce235b3215f5f469a380f7d6c6eaa1 (patch)
treed6fa405c602f682441628e8170f169867818160a /src/test/shell/integration/BUILD
parent7df8c4c54fe26af6967e9e4de6eaff50851d3238 (diff)
Increase timeout of build_event_stream_test.
RELNOTES: None. PiperOrigin-RevId: 185215175
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 95f6498193..9c2f69674c 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -242,6 +242,7 @@ sh_test(
sh_test(
name = "build_event_stream_test",
size = "medium",
+ timeout = "long",
srcs = ["build_event_stream_test.sh"],
data = [":test-deps"],
shard_count = 2,