aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-10-03 20:23:25 -0700
committerGravatar GitHub <noreply@github.com>2016-10-03 20:23:25 -0700
commit1d06e82aa077c036ed9fdd3d381b6b87d4d06497 (patch)
tree34acdbb8a88dc61bca3ba725ce74e12dfefdb187 /test/cpp
parentb9c77471f907194968e33f823882eb4e1baee98c (diff)
parent61c5801465b4b81fe075e3282785d861d3f717c0 (diff)
Merge pull request #8253 from dgquintas/grpclb_deadline_n_massage
More gRPC LB bugfixes and groundwork for deadline propagation
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/grpclb/grpclb_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/grpclb/grpclb_test.cc b/test/cpp/grpclb/grpclb_test.cc
index bbb983fc09..5fc03721af 100644
--- a/test/cpp/grpclb/grpclb_test.cc
+++ b/test/cpp/grpclb/grpclb_test.cc
@@ -460,7 +460,7 @@ static void perform_request(client_fixture *cf) {
c = grpc_channel_create_call(cf->client, NULL, GRPC_PROPAGATE_DEFAULTS,
cf->cq, "/foo", "foo.test.google.fr:1234",
- GRPC_TIMEOUT_SECONDS_TO_DEADLINE(1000), NULL);
+ GRPC_TIMEOUT_SECONDS_TO_DEADLINE(5), NULL);
gpr_log(GPR_INFO, "Call 0x%" PRIxPTR " created", (intptr_t)c);
GPR_ASSERT(c);
char *peer;