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/surface/sequential_connectivity_test.c | |
parent | 1e19b8d3e7a29a39fd4c5359cc99c941179be7f3 (diff) | |
parent | 27ee9d015dff36ebf32e95c80a4d0b37ac7137ba (diff) |
merge with head
Diffstat (limited to 'test/core/surface/sequential_connectivity_test.c')
-rw-r--r-- | test/core/surface/sequential_connectivity_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/sequential_connectivity_test.c b/test/core/surface/sequential_connectivity_test.c index 3292718762..5f66f90037 100644 --- a/test/core/surface/sequential_connectivity_test.c +++ b/test/core/surface/sequential_connectivity_test.c @@ -91,7 +91,7 @@ static void run_test(const test_fixture *fixture) { for (size_t i = 0; i < NUM_CONNECTIONS; i++) { channels[i] = fixture->create_channel(addr); - gpr_timespec connect_deadline = GRPC_TIMEOUT_SECONDS_TO_DEADLINE(30); + gpr_timespec connect_deadline = grpc_timeout_seconds_to_deadline(30); grpc_connectivity_state state; while ((state = grpc_channel_check_connectivity_state(channels[i], 1)) != GRPC_CHANNEL_READY) { |