Home
last modified time | relevance | path

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.py80 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.py52 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.py71 time.sleep(test_constants.SHORT_TIMEOUT)
103 time.sleep(test_constants.SHORT_TIMEOUT)
D_dns_resolver_test.py57 timeout=test_constants.SHORT_TIMEOUT,
D_rpc_test.py593 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.py52 ready_future.result(timeout=test_constants.SHORT_TIMEOUT)
D_rpc_test_helpers.py346 timeout=test_constants.SHORT_TIMEOUT,
364 timeout=test_constants.SHORT_TIMEOUT,
/third_party/python/Lib/test/libregrtest/
Dsetup.py93 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/
Dconnectivity_test.py51 test_constants.SHORT_TIMEOUT)
62 test_constants.SHORT_TIMEOUT)
74 test_constants.SHORT_TIMEOUT)
Dserver_test.py110 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)
Dchannel_ready_test.py64 test_constants.SHORT_TIMEOUT)
D_common.py67 test_constants.SHORT_TIMEOUT)
/third_party/grpc/src/python/grpcio_tests/tests/unit/beta/
D_beta_features_test.py189 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.py54 ready_future.result(timeout=test_constants.SHORT_TIMEOUT)
/third_party/python/Lib/test/support/
Dthreading_helper.py84 timeout = support.SHORT_TIMEOUT
110 timeout = support.SHORT_TIMEOUT
/third_party/grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_constants.py21 SHORT_TIMEOUT = 4 variable
/third_party/python/Lib/test/
Dtest_wait4.py23 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dtest_wait3.py23 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dfork_wait.py57 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dsignalinterproctester.py31 timeout = support.SHORT_TIMEOUT
Dtest_largefile.py12 from test.support import SHORT_TIMEOUT
189 timeout = SHORT_TIMEOUT
Dtest_embed.py1455 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/
Dbeta_python_plugin_test.py400 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.py279 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/
Dtest_sslproto.py277 timeout=support.SHORT_TIMEOUT))
340 timeout=support.SHORT_TIMEOUT))
498 timeout=support.SHORT_TIMEOUT))
626 ssl_handshake_timeout=support.SHORT_TIMEOUT),

12