Home
last modified time | relevance | path

Searched defs:timeout_seconds (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/tools/run_tests/python_utils/
Ddockerjob.py43 def docker_mapped_port(cid, port, timeout_seconds=15): argument
58 def docker_ip_address(cid, timeout_seconds=15): argument
77 def wait_for_healthy(cid, shortname, timeout_seconds): argument
144 def wait_for_healthy(self, timeout_seconds): argument
Djobset.py172 timeout_seconds=5 * 60, argument
/third_party/grpc/tools/run_tests/
Drun_tests_matrix.py73 timeout_seconds=None): argument
96 timeout_seconds=None): argument
129 timeout_seconds=None): argument
Drun_tests.py150 timeout_seconds=_DEFAULT_TIMEOUT_SECONDS, argument
/third_party/grpc/test/core/end2end/
Dcq_verifier_native.cc54 grpc_event cq_verifier_next_event(cq_verifier* v, int timeout_seconds) { in cq_verifier_next_event()
Dcq_verifier_uv.cc79 grpc_event cq_verifier_next_event(cq_verifier* v, int timeout_seconds) { in cq_verifier_next_event()
/third_party/grpc/tools/run_tests/artifacts/
Dartifact_targets.py32 timeout_seconds=30 * 60, argument
72 timeout_seconds=30 * 60, argument
Ddistribtest_targets.py31 timeout_seconds=30 * 60): argument
64 timeout_seconds=10 * 60): argument
/third_party/grpc/src/ruby/end2end/
Dend2end_common.rb65 def wait_for_first_rpc_received(timeout_seconds) argument
/third_party/boost/libs/thread/test/
Dcondition_test_common.hpp12 unsigned const timeout_seconds=5; variable
Dtest_condition_timed_wait_times_out.cpp23 unsigned const timeout_seconds=2; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttpread.c57 int timeout_seconds; /* 0 or total duration timeout period */ member
735 int timeout_seconds /* 0; or total duration timeout period */ in httpread_create()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttpread.c57 int timeout_seconds; /* 0 or total duration timeout period */ member
735 int timeout_seconds /* 0; or total duration timeout period */ in httpread_create()
/third_party/grpc/test/cpp/end2end/
Dcfstream_test.cc215 bool WaitForChannelNotReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelNotReady()
226 bool WaitForChannelReady(Channel* channel, int timeout_seconds = 10) { in WaitForChannelReady()
Dflaky_network_test.cc288 bool WaitForChannelNotReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelNotReady()
299 bool WaitForChannelReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelReady()
Dservice_config_end2end_test.cc366 bool WaitForChannelNotReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelNotReady()
377 bool WaitForChannelReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelReady()
Dclient_lb_end2end_test.cc405 bool try_to_connect = false, int timeout_seconds = 5) { in WaitForChannelState()
416 bool WaitForChannelNotReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelNotReady()
423 bool WaitForChannelReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelReady()