aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-11 19:29:23 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-03-11 19:29:23 -0800
commit3591482a372dee047a7c0867ada8cc8d360d247d (patch)
treedbf97e96458eff617c89459a994877b883eecc17 /test
parent64baf2cbab3bc3caa98907758ee0a6c7db72e68a (diff)
Expand lock
Diffstat (limited to 'test')
-rw-r--r--test/core/surface/concurrent_connectivity_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/concurrent_connectivity_test.c b/test/core/surface/concurrent_connectivity_test.c
index 7306a394eb..1046d42277 100644
--- a/test/core/surface/concurrent_connectivity_test.c
+++ b/test/core/surface/concurrent_connectivity_test.c
@@ -25,7 +25,7 @@ void create_loop_destroy(void* actually_an_int) {
grpc_channel_check_connectivity_state(chan, 1);
grpc_channel_watch_connectivity_state(chan, state, later_time, cq, NULL);
GPR_ASSERT(grpc_completion_queue_next(
- cq, GRPC_TIMEOUT_SECONDS_TO_DEADLINE(30), NULL)
+ cq, GRPC_TIMEOUT_SECONDS_TO_DEADLINE(3), NULL)
.type == GRPC_OP_COMPLETE);
}
grpc_channel_destroy(channels[thread_index]);