Skip to content

Commit

Permalink
Fix concurrent_connectivity_test
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed May 25, 2017
1 parent c18b906 commit cd6ab22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/surface/concurrent_connectivity_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ int run_concurrent_connectivity_test() {

void watches_with_short_timeouts(void *addr) {
for (int i = 0; i < NUM_OUTER_LOOPS_SHORT_TIMEOUTS; ++i) {
grpc_completion_queue *cq = grpc_completion_queue_create(NULL);
grpc_completion_queue *cq = grpc_completion_queue_create_for_next(NULL);
grpc_channel *chan = grpc_insecure_channel_create((char *)addr, NULL, NULL);

for (int j = 0; j < NUM_INNER_LOOPS_SHORT_TIMEOUTS; ++j) {
Expand Down

0 comments on commit cd6ab22

Please sign in to comment.