Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
ee0e0681
Commit
ee0e0681
authored
8 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Increase timeout to make this pass reliably on Windows
parent
1747055e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/core/end2end/tests/payload.c
+1
-1
1 addition, 1 deletion
test/core/end2end/tests/payload.c
with
1 addition
and
1 deletion
test/core/end2end/tests/payload.c
+
1
−
1
View file @
ee0e0681
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment