aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2017-03-01 10:39:49 -0800
committerGravatar kpayson64 <kpayson@google.com>2017-03-01 10:39:49 -0800
commit47d7a08e1e5386d5a2d6c4f18946b22b96e0e0ea (patch)
treeab7d3628bd516e981c7202092b0a2fa8a577f70c /src/python/grpcio_tests/tests
parent1ca0dc2a9b22c144e2a5153394266037e497635e (diff)
Increase epsilon in thread cleanup test
Diffstat (limited to 'src/python/grpcio_tests/tests')
-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):