aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/keepalive_timeout.cc
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-23 22:39:35 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-23 22:39:35 -0700
commit811169d62f5a79a58a218dc992064205032aff83 (patch)
tree6b522d8ba2965377394f56616d381f4d2bf8a2af /test/core/end2end/tests/keepalive_timeout.cc
parent02879244669f40bef06b38e4b6ad8a320529c924 (diff)
parentcd0723291760ee7221279214ecf15613b71a1ddc (diff)
Merge branch 'master' of github.com:grpc/grpc into authority_header
Diffstat (limited to 'test/core/end2end/tests/keepalive_timeout.cc')
-rw-r--r--test/core/end2end/tests/keepalive_timeout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/keepalive_timeout.cc b/test/core/end2end/tests/keepalive_timeout.cc
index 9168a4e016..1ee5285027 100644
--- a/test/core/end2end/tests/keepalive_timeout.cc
+++ b/test/core/end2end/tests/keepalive_timeout.cc
@@ -102,7 +102,7 @@ static void test_keepalive_timeout(grpc_end2end_test_config config) {
grpc_arg keepalive_arg_elems[3];
keepalive_arg_elems[0].type = GRPC_ARG_INTEGER;
keepalive_arg_elems[0].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS);
- keepalive_arg_elems[0].value.integer = 1500;
+ keepalive_arg_elems[0].value.integer = 3500;
keepalive_arg_elems[1].type = GRPC_ARG_INTEGER;
keepalive_arg_elems[1].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIMEOUT_MS);
keepalive_arg_elems[1].value.integer = 0;