Home
last modified time | relevance | path

Searched full:timeout_seconds (Results 1 – 25 of 104) sorted by relevance

12345

/external/grpc-grpc/tools/run_tests/
Drun_tests_matrix.py64 timeout_seconds=None): argument
66 if not timeout_seconds:
67 timeout_seconds = _DEFAULT_RUNTESTS_TIMEOUT
78 timeout_seconds=timeout_seconds)
87 timeout_seconds=None): argument
91 if not timeout_seconds:
92 timeout_seconds = _DEFAULT_RUNTESTS_TIMEOUT
105 timeout_seconds=timeout_seconds)
119 timeout_seconds=None): argument
148 timeout_seconds=timeout_seconds)
[all …]
/external/autotest/client/common_lib/cros/tendo/
Dpeerd_config.py26 def confirm_peerd_up(service_name=SERVICE_NAME, timeout_seconds=10, host=None): argument
31 @param timeout_seconds: number of seconds to wait for peerd to answer
37 while time.time() - start_time < timeout_seconds:
63 def restart_with_config(self, host=None, timeout_seconds=10): argument
67 @param timeout_seconds: number of seconds to wait for peerd to start.
79 if timeout_seconds is None:
82 timeout_seconds=timeout_seconds,
Dbuffet_tester.py116 timeout_seconds=0): argument
124 @param timeout_seconds: number of seconds to wait for status to change.
136 if time_spent > timeout_seconds:
150 def check_buffet_is_polling(self, device_id, timeout_seconds=30): argument
154 @param timeout_seconds: number of seconds to wait for polling
171 while time.time() - start_time < timeout_seconds:
228 timeout_seconds=5)
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/
Dnetwork_WiFi_PMKSACaching.py21 TIMEOUT_SECONDS = 15 variable in network_WiFi_PMKSACaching
69 timeout=self.TIMEOUT_SECONDS,
73 bssid1, timeout_seconds=self.TIMEOUT_SECONDS):
78 bssid0, timeout_seconds=self.TIMEOUT_SECONDS):
88 timeout=self.TIMEOUT_SECONDS,
/external/autotest/client/cros/networking/
Dcellular_proxy.py67 self, timeout_seconds=SERVICE_REGISTRATION_TIMEOUT): argument
70 @param timeout_seconds: Amount of time to wait for cellular service.
80 timeout=timeout_seconds)
168 timeout_seconds=10)
185 def disable_modem_for_test_setup(self, timeout_seconds=10): argument
195 @param timeout_seconds: Amount of time to wait until the modem is
198 |timeout_seconds|.
212 timeout=timeout_seconds)
216 timeout_seconds=timeout_seconds)
Dmm1_proxy.py37 def get_proxy(cls, bus=None, timeout_seconds=10): argument
45 @param timeout_seconds: float number of seconds to try connecting
72 timeout=timeout_seconds,
78 connection.manager.SetLogging('DEBUG', timeout=timeout_seconds)
149 def wait_for_modem(self, timeout_seconds): argument
153 @param timeout_seconds: Number of seconds to wait for modem to appear.
164 timeout=timeout_seconds)
248 timeout_seconds=STATE_TRANSITION_WAIT_SECONDS): argument
256 @param timeout_seconds: Max number of seconds to wait.
280 timeout=timeout_seconds)
Dshill_proxy.py358 def get_proxy(cls, bus=None, timeout_seconds=10): argument
366 retry until it is, or until |timeout_seconds| expires.
374 @param timeout_seconds float number of seconds to try connecting
380 end_time = time.time() + timeout_seconds
481 expected_values, timeout_seconds): argument
485 |expected_values|, or |timeout_seconds|.
492 @param timeout_seconds float number of seconds to return if we haven't
523 while duration() < timeout_seconds:
685 def connect_service_synchronous(self, service, timeout_seconds): argument
689 @param timeout_seconds number of seconds to wait for service to go
[all …]
Dapmanager_proxy.py53 def __init__(self, bus=None, timeout_seconds=10): argument
59 self._connect_to_dbus(timeout_seconds)
62 def _connect_to_dbus(self, timeout_seconds): argument
67 |timeout_seconds| expires.
69 @param timeout_seconds float number of seconds to wait for connecting
73 end_time = time.time() + timeout_seconds
/external/grpc-grpc/templates/tools/run_tests/generated/
Dtests.json.template19 timeout_seconds = tgt.get("timeout_seconds", None)
20 if timeout_seconds:
21 out['timeout_seconds'] = timeout_seconds
/external/grpc-grpc/tools/run_tests/python_utils/
Ddockerjob.py43 def docker_mapped_port(cid, port, timeout_seconds=15): argument
46 while time.time() - started < timeout_seconds:
57 def wait_for_healthy(cid, shortname, timeout_seconds): argument
58 """Wait timeout_seconds for the container to become healthy"""
60 while time.time() - started < timeout_seconds:
123 def wait_for_healthy(self, timeout_seconds): argument
125 timeout_seconds)
/external/autotest/client/common_lib/cros/cfm/atrus/
Datrus_utils.py26 timeout_seconds=2,
44 timeout_seconds=90,
49 def wait_for_atrus_enumeration(timeout_seconds=30): argument
53 @param timeout_seconds: Maximum number of seconds to wait.
58 timeout=timeout_seconds,
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java99 private static final long TIMEOUT_SECONDS = 5; field in NativeCryptoTest
1079 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal()
1080 TestSSLHandshakeCallbacks serverCallback = server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal()
1116 TestSSLHandshakeCallbacks clientCallback1 = client1.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_reusedSession()
1117 TestSSLHandshakeCallbacks serverCallback1 = server1.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_reusedSession()
1156 TestSSLHandshakeCallbacks clientCallback2 = client2.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_reusedSession()
1157 TestSSLHandshakeCallbacks serverCallback2 = server2.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_reusedSession()
1204 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_optional_client_certificate()
1205 TestSSLHandshakeCallbacks serverCallback = server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_optional_client_certificate()
1255 server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_missing_required_certificate()
[all …]
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java103 private static final long TIMEOUT_SECONDS = 5; field in NativeCryptoTest
1087 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal()
1088 TestSSLHandshakeCallbacks serverCallback = server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_normal()
1124 TestSSLHandshakeCallbacks clientCallback1 = client1.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_reusedSession()
1125 TestSSLHandshakeCallbacks serverCallback1 = server1.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_reusedSession()
1164 TestSSLHandshakeCallbacks clientCallback2 = client2.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_reusedSession()
1165 TestSSLHandshakeCallbacks serverCallback2 = server2.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_reusedSession()
1212 TestSSLHandshakeCallbacks clientCallback = client.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_optional_client_certificate()
1213 TestSSLHandshakeCallbacks serverCallback = server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_optional_client_certificate()
1263 server.get(TIMEOUT_SECONDS, TimeUnit.SECONDS); in test_SSL_do_handshake_missing_required_certificate()
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
Dartifact_targets.py32 timeout_seconds=30 * 60, argument
59 timeout_seconds=timeout_seconds,
72 timeout_seconds=30 * 60, argument
90 timeout_seconds=timeout_seconds,
133 timeout_seconds=60 * 60 * 5,
157 timeout_seconds=60 * 60,
175 timeout_seconds=45 * 60,
184 timeout_seconds=60 * 60 * 2,
209 timeout_seconds=45 * 60)
335 timeout_seconds=60 * 60,
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
Dnetwork_WiFi_RoamSuspendEndToEnd.py40 def _do_suspend_deconfig(self, timeout_seconds): argument
43 @param timeout_seconds: Number of seconds to suspend the DUT.
47 self.context.client.do_suspend_bg(timeout_seconds)
51 self._host.wait_down(timeout=timeout_seconds)
54 self._host.wait_up(timeout=timeout_seconds)
/external/autotest/client/common_lib/cros/
Dprocess_watcher.py50 def close(self, timeout_seconds=40): argument
53 @param timeout_seconds: int number of seconds to wait for shutdown.
57 timeout_seconds=timeout_seconds)
/external/autotest/server/cros/network/
Darping_runner.py25 def arping(self, target_ip, count=None, timeout_seconds=None): argument
32 @param timeout_seconds: int number of seconds to wait for arping
39 if timeout_seconds is None:
40 timeout_seconds = count
43 command_pieces.append('-w %d' % timeout_seconds)
48 timeout=timeout_seconds + self.SSH_TIMEOUT_MARGIN,
Dwifi_client.py82 timeout_seconds=XMLRPC_BRINGUP_TIMEOUT_SECONDS,
570 def scan(self, frequencies, ssids, timeout_seconds=10, require_match=True): argument
574 This method will retry for a default of |timeout_seconds| until it is
585 @param timeout_seconds: float number of seconds to retry scanning
597 timeout=timeout_seconds,
604 def wait_for_bsses(self, ssid, num_bss_expected, timeout_seconds=15): argument
610 @param timeout_seconds int seconds to wait for BSSes to be discovered
640 timeout=timeout_seconds,
643 def wait_for_service_states(self, ssid, states, timeout_seconds): argument
648 @param timeout_seconds int seconds to wait for a state in |states|
[all …]
/external/autotest/server/site_tests/network_WiFi_MissingBeacons/
Dnetwork_WiFi_MissingBeacons.py35 timeout_seconds = self.MAX_DISCONNECT_TIME_SECONDS + 10
37 'AP.', timeout_seconds)
39 ssid, ['idle'], timeout_seconds=timeout_seconds)
/external/autotest/server/site_tests/network_WiFi_RoamDbus/
Dnetwork_WiFi_RoamDbus.py24 TIMEOUT_SECONDS = 15 variable in network_WiFi_RoamDbus
67 timeout=self.TIMEOUT_SECONDS,
85 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dmeta.py22 def get_generation(self, timeout_seconds=2): argument
25 @param timeout_seconds: number of seconds to wait for a response.
31 timeout_seconds)
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dupdate_engine_performance_monitor.py27 def __init__(self, verbose, timeout_seconds): argument
32 @param timeout_seconds: maximum amount of time to monitor for.
35 self.timeout_seconds = timeout_seconds
144 timeout_deadline = time.time() + self.timeout_seconds
219 dest='timeout_seconds', metavar='<SECONDS>',
231 options.timeout_seconds)
/external/autotest/server/site_tests/network_WiFi_BSSTMReq/
Dnetwork_WiFi_BSSTMReq.py24 TIMEOUT_SECONDS = 15 variable in network_WiFi_BSSTMReq
67 timeout=self.TIMEOUT_SECONDS,
88 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
/external/autotest/server/site_tests/network_WiFi_RoamFT/
Dnetwork_WiFi_RoamFT.py50 TIMEOUT_SECONDS = 15 variable in network_WiFi_RoamFT
142 timeout=self.TIMEOUT_SECONDS,
192 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
196 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
/external/autotest/server/site_tests/network_DiskFull/
Dhog_disk.sh30 timeout_seconds="$2"
32 if [ "$timeout_seconds" -gt $MAX_TIMEOUT_SECONDS ]; then
42 for i in $(seq 1 $(( timeout_seconds * 10 ))); do

12345