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

Merge pull request #8937 from ctiller/xxx

Increase timeout to make this pass reliably on Windows
parents 1747055e ee0e0681
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ static void request_response_with_payload(grpc_end2end_test_config config, ...@@ -126,7 +126,7 @@ static void request_response_with_payload(grpc_end2end_test_config config,
grpc_raw_byte_buffer_create(&request_payload_slice, 1); grpc_raw_byte_buffer_create(&request_payload_slice, 1);
grpc_byte_buffer *response_payload = grpc_byte_buffer *response_payload =
grpc_raw_byte_buffer_create(&response_payload_slice, 1); grpc_raw_byte_buffer_create(&response_payload_slice, 1);
gpr_timespec deadline = five_seconds_time(); gpr_timespec deadline = n_seconds_time(60);
cq_verifier *cqv = cq_verifier_create(f.cq); cq_verifier *cqv = cq_verifier_create(f.cq);
grpc_op ops[6]; grpc_op ops[6];
grpc_op *op; grpc_op *op;
......
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