|
|
@ -58,7 +58,7 @@ static void simple_request_body(grpc_end2end_test_config /*config*/, |
|
|
|
int was_cancelled = 2; |
|
|
|
int was_cancelled = 2; |
|
|
|
char* peer; |
|
|
|
char* peer; |
|
|
|
|
|
|
|
|
|
|
|
gpr_timespec deadline = grpc_timeout_seconds_to_deadline(5); |
|
|
|
gpr_timespec deadline = grpc_timeout_seconds_to_deadline(30); |
|
|
|
c = grpc_channel_create_call(f->client, nullptr, GRPC_PROPAGATE_DEFAULTS, |
|
|
|
c = grpc_channel_create_call(f->client, nullptr, GRPC_PROPAGATE_DEFAULTS, |
|
|
|
f->cq, grpc_slice_from_static_string("/foo"), |
|
|
|
f->cq, grpc_slice_from_static_string("/foo"), |
|
|
|
nullptr, deadline, nullptr); |
|
|
|
nullptr, deadline, nullptr); |
|
|
|