Increase epsilon in thread cleanup test

pull/9938/head
kpayson64 8 years ago
parent 1ca0dc2a9b
commit 47d7a08e1e
  1. 4
      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):

Loading…
Cancel
Save