Home
last modified time | relevance | path

Searched refs:TIME_ALLOWANCE (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_constants.py18 TIME_ALLOWANCE = 10 variable
/third_party/grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py199 timeout = time.time() + test_constants.TIME_ALLOWANCE
/third_party/grpc/src/python/grpcio_tests/tests_aio/health_check/
Dhealth_servicer_test.py216 timeout = time.monotonic() + test_constants.TIME_ALLOWANCE