Searched refs:SHORT_TIMEOUT (Results 1 – 25 of 46) sorted by relevance
12
/third_party/grpc/src/python/grpcio_tests/tests/health_check/ |
D | _health_servicer_test.py | 80 response = response_queue.get(timeout=test_constants.SHORT_TIMEOUT) 99 response = response_queue.get(timeout=test_constants.SHORT_TIMEOUT) 105 response = response_queue.get(timeout=test_constants.SHORT_TIMEOUT) 111 response = response_queue.get(timeout=test_constants.SHORT_TIMEOUT) 127 response = response_queue.get(timeout=test_constants.SHORT_TIMEOUT) 134 response_queue.get(timeout=test_constants.SHORT_TIMEOUT) 154 timeout=test_constants.SHORT_TIMEOUT) 156 timeout=test_constants.SHORT_TIMEOUT) 165 timeout=test_constants.SHORT_TIMEOUT) 167 timeout=test_constants.SHORT_TIMEOUT) [all …]
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _server_wait_for_termination_test.py | 52 termination_event.wait(timeout=test_constants.SHORT_TIMEOUT) 70 termination_event.wait(timeout=test_constants.SHORT_TIMEOUT) 81 test_constants.SHORT_TIMEOUT / 2, 86 termination_event.wait(timeout=test_constants.SHORT_TIMEOUT)
|
D | _channel_connectivity_test.py | 71 time.sleep(test_constants.SHORT_TIMEOUT) 103 time.sleep(test_constants.SHORT_TIMEOUT)
|
D | _dns_resolver_test.py | 57 timeout=test_constants.SHORT_TIMEOUT,
|
D | _rpc_test.py | 593 timeout=test_constants.SHORT_TIMEOUT, 612 timeout=test_constants.SHORT_TIMEOUT, 649 timeout=test_constants.SHORT_TIMEOUT, 671 timeout=test_constants.SHORT_TIMEOUT, 674 response_future.result(timeout=test_constants.SHORT_TIMEOUT / 930 timeout=test_constants.SHORT_TIMEOUT, 948 timeout=test_constants.SHORT_TIMEOUT,
|
D | _channel_ready_future_test.py | 52 ready_future.result(timeout=test_constants.SHORT_TIMEOUT)
|
D | _rpc_test_helpers.py | 346 timeout=test_constants.SHORT_TIMEOUT, 364 timeout=test_constants.SHORT_TIMEOUT,
|
/third_party/python/Lib/test/libregrtest/ |
D | setup.py | 93 support.SHORT_TIMEOUT = max(support.SHORT_TIMEOUT, ns.timeout / 40) 99 support.SHORT_TIMEOUT = min(support.SHORT_TIMEOUT, ns.timeout)
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | connectivity_test.py | 51 test_constants.SHORT_TIMEOUT) 62 test_constants.SHORT_TIMEOUT) 74 test_constants.SHORT_TIMEOUT)
|
D | server_test.py | 110 await asyncio.sleep(test_constants.SHORT_TIMEOUT / 2) 358 await self._server.stop(test_constants.SHORT_TIMEOUT) 361 test_constants.SHORT_TIMEOUT / 3) 371 await self._server.stop(test_constants.SHORT_TIMEOUT) 386 self._server.stop(test_constants.SHORT_TIMEOUT), 391 test_constants.SHORT_TIMEOUT / 3) 404 self._server.stop(test_constants.SHORT_TIMEOUT), 504 self.assertGreater(elapsed_time, test_constants.SHORT_TIMEOUT * 3 / 2)
|
D | channel_ready_test.py | 64 test_constants.SHORT_TIMEOUT)
|
D | _common.py | 67 test_constants.SHORT_TIMEOUT)
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _beta_features_test.py | 189 self._server.stop(test_constants.SHORT_TIMEOUT).wait() 254 test_constants.SHORT_TIMEOUT, 334 server.stop(test_constants.SHORT_TIMEOUT).wait() 342 server.stop(test_constants.SHORT_TIMEOUT).wait() 349 server.stop(test_constants.SHORT_TIMEOUT) 350 server.stop(test_constants.SHORT_TIMEOUT)
|
D | _utilities_test.py | 54 ready_future.result(timeout=test_constants.SHORT_TIMEOUT)
|
/third_party/python/Lib/test/support/ |
D | threading_helper.py | 84 timeout = support.SHORT_TIMEOUT 110 timeout = support.SHORT_TIMEOUT
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/framework/common/ |
D | test_constants.py | 21 SHORT_TIMEOUT = 4 variable
|
/third_party/python/Lib/test/ |
D | test_wait4.py | 23 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
D | test_wait3.py | 23 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
D | fork_wait.py | 57 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
D | signalinterproctester.py | 31 timeout = support.SHORT_TIMEOUT
|
D | test_largefile.py | 12 from test.support import SHORT_TIMEOUT 189 timeout = SHORT_TIMEOUT
|
D | test_embed.py | 1455 timeout=support.SHORT_TIMEOUT, 1460 timeout=support.SHORT_TIMEOUT, 1471 timeout=support.SHORT_TIMEOUT, 1483 timeout=support.SHORT_TIMEOUT, 1490 timeout=support.SHORT_TIMEOUT,
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | beta_python_plugin_test.py | 400 request, test_constants.SHORT_TIMEOUT) 448 request, test_constants.SHORT_TIMEOUT) 518 test_constants.SHORT_TIMEOUT) 574 test_constants.SHORT_TIMEOUT) 655 test_constants.SHORT_TIMEOUT)
|
D | _python_plugin_test.py | 279 request, timeout=test_constants.SHORT_TIMEOUT) 322 request, timeout=test_constants.SHORT_TIMEOUT) 377 timeout=test_constants.SHORT_TIMEOUT) 422 request_iterator, timeout=test_constants.SHORT_TIMEOUT) 498 timeout=test_constants.SHORT_TIMEOUT)
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_sslproto.py | 277 timeout=support.SHORT_TIMEOUT)) 340 timeout=support.SHORT_TIMEOUT)) 498 timeout=support.SHORT_TIMEOUT)) 626 ssl_handshake_timeout=support.SHORT_TIMEOUT),
|
12