Skip to content
Snippets Groups Projects
Commit efccb3f5 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #2472 from nicolasnoble/4000-is-infinite-right

Changing a very long (4000s) deadline to 10s.
parents fea28b79 aff4f2a0
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