aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/sequential_connectivity_test.c
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-02-07 13:13:20 -0800
committerGravatar yang-g <yangg@google.com>2017-02-07 13:13:20 -0800
commit13a537bcae9d21587deda4ca70428bb254e6daa0 (patch)
tree7092942d91b70e374c10501d23fdce8ad755ab4f /test/core/surface/sequential_connectivity_test.c
parent1e19b8d3e7a29a39fd4c5359cc99c941179be7f3 (diff)
parent27ee9d015dff36ebf32e95c80a4d0b37ac7137ba (diff)
merge with head
Diffstat (limited to 'test/core/surface/sequential_connectivity_test.c')
-rw-r--r--test/core/surface/sequential_connectivity_test.c2
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) {