Skip to content

Commit

Permalink
Merge pull request grpc#3089 from tbetbetbe/release-0_10
Browse files Browse the repository at this point in the history
Changing a very long (4000s) deadline to 10s.
  • Loading branch information
Jayant Kolhe committed Aug 27, 2015
2 parents 933b80c + d412b7b commit 63a27ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/iomgr/tcp_server_posix_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 63a27ab

Please sign in to comment.