Skip to content
Snippets Groups Projects
Commit aff4f2a0 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Changing a very long (4000s) deadline to 10s.

parent 2f89e400
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ static void test_connect(int n) {
gpr_mu_lock(GRPC_POLLSET_MU(&g_pollset));
for (i = 0; i < n; i++) {
deadline = GRPC_TIMEOUT_SECONDS_TO_DEADLINE(4000);
deadline = GRPC_TIMEOUT_SECONDS_TO_DEADLINE(10);
nconnects_before = g_nconnects;
clifd = socket(addr.ss_family, SOCK_STREAM, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment