diff options
author | yang-g <yangg@google.com> | 2017-02-07 13:13:20 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2017-02-07 13:13:20 -0800 |
commit | 13a537bcae9d21587deda4ca70428bb254e6daa0 (patch) | |
tree | 7092942d91b70e374c10501d23fdce8ad755ab4f /test/core/http/httpcli_test.c | |
parent | 1e19b8d3e7a29a39fd4c5359cc99c941179be7f3 (diff) | |
parent | 27ee9d015dff36ebf32e95c80a4d0b37ac7137ba (diff) |
merge with head
Diffstat (limited to 'test/core/http/httpcli_test.c')
-rw-r--r-- | test/core/http/httpcli_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/http/httpcli_test.c b/test/core/http/httpcli_test.c index 4cdbb5d6da..6cc00f871d 100644 --- a/test/core/http/httpcli_test.c +++ b/test/core/http/httpcli_test.c @@ -51,7 +51,7 @@ static gpr_mu *g_mu; static grpc_polling_entity g_pops; static gpr_timespec n_seconds_time(int seconds) { - return GRPC_TIMEOUT_SECONDS_TO_DEADLINE(seconds); + return grpc_timeout_seconds_to_deadline(seconds); } static void on_finish(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error) { |