From 691b8234af5ad03ca3abeb495b3023d2cc00c38d Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Tue, 2 Jun 2015 16:38:26 -0700 Subject: [PATCH] Increase test timeout The previous timeout was short enough that it led to erroneous failures. Fixes #1875. --- src/python/src/grpc/_adapter/_links_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/src/grpc/_adapter/_links_test.py b/src/python/src/grpc/_adapter/_links_test.py index 50257d8691f..4729b84f84a 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.