Skip to content

Commit

Permalink
Merge pull request grpc#6695 from rjshade/request_with_flags_timeout
Browse files Browse the repository at this point in the history
Increase request_with_flags timeout deadline
  • Loading branch information
jtattermusch committed May 24, 2016
2 parents 8978b3c + e29f7a1 commit c86860f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/end2end/tests/request_with_flags.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static void test_invoke_request_with_flags(
gpr_slice request_payload_slice = gpr_slice_from_copied_string("hello world");
grpc_byte_buffer *request_payload =
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 =
begin_test(config, "test_invoke_request_with_flags", NULL, NULL);
cq_verifier *cqv = cq_verifier_create(f.cq);
Expand Down

0 comments on commit c86860f

Please sign in to comment.