aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-11-21 15:47:12 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-11-21 15:47:12 -0800
commitb9f34acfe51fe5740186103a3929657fd89e7c42 (patch)
tree4be96b8ba539cf3f53f77f666a579f7769a0088b /build.yaml
parentda6b4790e5e34958d444ee12f3eefcc2dac464a9 (diff)
Add test for 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 9018e51adb..4437aec860 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3815,6 +3815,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