Skip to content
Snippets Groups Projects
Commit 247ca67b authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Merge pull request #1882 from soltanmm/timeouts

Increase RPC timeout in _links_test.py.
parents a1a1f347 691b8234
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ from grpc.framework.base import interfaces ...@@ -40,7 +40,7 @@ from grpc.framework.base import interfaces
from grpc.framework.foundation import logging_pool from grpc.framework.foundation import logging_pool
_IDENTITY = lambda x: x _IDENTITY = lambda x: x
_TIMEOUT = 2 _TIMEOUT = 32
# TODO(nathaniel): End-to-end metadata testing. # TODO(nathaniel): End-to-end metadata testing.
......
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