aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-12-04 14:28:49 -0800
committerGravatar GitHub <noreply@github.com>2017-12-04 14:28:49 -0800
commit6fa206de8f8a1444fff19a84945a424c0cabb41c (patch)
tree9e80ef6bcdb78485d23a0e72dfae4fc4190b9e79 /build.yaml
parentf3b73e524fd4c834a3d14140e46d28aa67e035e2 (diff)
parent2c619be9827cc800fad9461b7b86f77af866cfbe (diff)
Merge pull request #13336 from markdroth/server_connection_timeout
On server, include receiving HTTP/2 settings in handshake timeout
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 854a695acc..6158b466ea 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3824,6 +3824,18 @@ targets:
- grpc
- gpr
uses_polling: false
+- name: chttp2_settings_timeout_test
+ gtest: true
+ build: test
+ language: c++
+ src:
+ - test/core/transport/chttp2/settings_timeout_test.cc
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ uses_polling: true
- name: cli_call_test
gtest: true
build: test