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

Increase timeout to make this pass reliably on Windows

parent 1747055e
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