aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_thread_cleanup_test.py
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2017-03-09 10:13:34 -0800
committerGravatar Noah Eisen <ncteisen@google.com>2017-03-09 10:13:34 -0800
commita885d00a3843e13ed234f8a13c58a7ff9de4b397 (patch)
treec2884f8b6869fc8ca704a73493130eedc9a834fd /src/python/grpcio_tests/tests/unit/_thread_cleanup_test.py
parent55337bb317ab22e662ffebba71078a4e8def7127 (diff)
parenteb064ec7b81b60c5e1eb47d6124d0c05056b3097 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into error-arena-optimization
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_thread_cleanup_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_thread_cleanup_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_thread_cleanup_test.py b/src/python/grpcio_tests/tests/unit/_thread_cleanup_test.py
index be3522f46f..eb5f459848 100644
--- a/src/python/grpcio_tests/tests/unit/_thread_cleanup_test.py
+++ b/src/python/grpcio_tests/tests/unit/_thread_cleanup_test.py
@@ -35,8 +35,8 @@ import unittest
from grpc import _common
_SHORT_TIME = 0.5
-_LONG_TIME = 2.0
-_EPSILON = 0.1
+_LONG_TIME = 5.0
+_EPSILON = 0.5
def cleanup(timeout):