diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-06-02 16:38:26 -0700 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-06-02 16:38:26 -0700 |
commit | 691b8234af5ad03ca3abeb495b3023d2cc00c38d (patch) | |
tree | 36f57bfd9fbb71037c48a6cf89738f510a3562aa /src/python | |
parent | 67a3c164f541eb829dfabbdcbddd0e99c9811dc2 (diff) |
Increase test timeout
The previous timeout was short enough that it led to erroneous failures.
Fixes #1875.
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/src/grpc/_adapter/_links_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/src/grpc/_adapter/_links_test.py b/src/python/src/grpc/_adapter/_links_test.py index 50257d8691..4729b84f84 100644 --- a/src/python/src/grpc/_adapter/_links_test.py +++ b/src/python/src/grpc/_adapter/_links_test.py @@ -40,7 +40,7 @@ from grpc.framework.base import interfaces from grpc.framework.foundation import logging_pool _IDENTITY = lambda x: x -_TIMEOUT = 2 +_TIMEOUT = 32 # TODO(nathaniel): End-to-end metadata testing. |