Skip to content
Snippets Groups Projects
Commit c86860f8 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #6695 from rjshade/request_with_flags_timeout

Increase request_with_flags timeout deadline
parents 8978b3ca e29f7a15
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ static void test_invoke_request_with_flags( ...@@ -105,7 +105,7 @@ static void test_invoke_request_with_flags(
gpr_slice request_payload_slice = gpr_slice_from_copied_string("hello world"); gpr_slice request_payload_slice = gpr_slice_from_copied_string("hello world");
grpc_byte_buffer *request_payload = grpc_byte_buffer *request_payload =
grpc_raw_byte_buffer_create(&request_payload_slice, 1); grpc_raw_byte_buffer_create(&request_payload_slice, 1);
gpr_timespec deadline = GRPC_TIMEOUT_MILLIS_TO_DEADLINE(10); gpr_timespec deadline = five_seconds_time();
grpc_end2end_test_fixture f = grpc_end2end_test_fixture f =
begin_test(config, "test_invoke_request_with_flags", NULL, NULL); begin_test(config, "test_invoke_request_with_flags", NULL, NULL);
cq_verifier *cqv = cq_verifier_create(f.cq); cq_verifier *cqv = cq_verifier_create(f.cq);
......
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