Home
last modified time | relevance | path

Searched refs:SHORT_TIMEOUT (Results 1 – 21 of 21) sorted by relevance

/external/autotest/client/site_tests/cellular_ActivateLTE/
Dcellular_ActivateLTE.py22 SHORT_TIMEOUT = 10 variable
99 time.sleep(SHORT_TIMEOUT)
125 time.sleep(SHORT_TIMEOUT)
156 time.sleep(SHORT_TIMEOUT)
268 SHORT_TIMEOUT)
314 mm1_constants.MM_MODEM_STATE_ENABLED, SHORT_TIMEOUT)
317 mm1_constants.MM_MODEM_STATE_ENABLED, SHORT_TIMEOUT)
/external/autotest/server/site_tests/enterprise_CFM_Sanity/
Denterprise_CFM_Sanity.py14 SHORT_TIMEOUT = 5 variable
57 time.sleep(SHORT_TIMEOUT)
59 time.sleep(SHORT_TIMEOUT)
77 time.sleep(SHORT_TIMEOUT)
/external/autotest/client/cros/networking/chrome_testing/
Dchrome_networking_test_api.py22 SHORT_TIMEOUT = 3 variable in ChromeNetworkProvider
95 time.sleep(self.SHORT_TIMEOUT)
98 def scan_for_networks(self, timeout=SHORT_TIMEOUT):
Dtest_utils.py15 SHORT_TIMEOUT = 10 variable
119 chrome_networking_test_context, function, args, timeout=SHORT_TIMEOUT):
/external/autotest/server/cros/network/
Dtelnet_helper.py10 SHORT_TIMEOUT = 2 variable
65 self._tn.read_until(self._prompt, SHORT_TIMEOUT)
80 SHORT_TIMEOUT)
/external/autotest/server/site_tests/enterprise_CFM_MimoSanity/
Denterprise_CFM_MimoSanity.py17 SHORT_TIMEOUT = 5 variable
111 time.sleep(SHORT_TIMEOUT)
130 time.sleep(random.randrange(SHORT_TIMEOUT, LONG_TIMEOUT))
143 time.sleep(SHORT_TIMEOUT)
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_beta_features_test.py186 self._server.stop(test_constants.SHORT_TIMEOUT).wait()
251 test_constants.SHORT_TIMEOUT,
329 server.stop(test_constants.SHORT_TIMEOUT).wait()
337 server.stop(test_constants.SHORT_TIMEOUT).wait()
344 server.stop(test_constants.SHORT_TIMEOUT)
345 server.stop(test_constants.SHORT_TIMEOUT)
D_utilities_test.py54 ready_future.result(timeout=test_constants.SHORT_TIMEOUT)
/external/autotest/server/cros/cfm/
Dcfm_base_test.py14 SHORT_TIMEOUT = 5 variable
84 time.sleep(SHORT_TIMEOUT)
86 time.sleep(SHORT_TIMEOUT)
/external/autotest/client/cros/enterprise/
Denterprise_network_api.py25 SHORT_TIMEOUT = 20 variable in ChromeEnterpriseNetworkContext
230 timeout=self.SHORT_TIMEOUT)
235 timeout=self.SHORT_TIMEOUT)
/external/autotest/server/site_tests/enterprise_CFM_HuddlyMonitor/
Denterprise_CFM_HuddlyMonitor.py14 SHORT_TIMEOUT = 1 variable
110 time.sleep(SHORT_TIMEOUT)
/external/autotest/client/common_lib/cros/
Dkiosk_utils.py14 SHORT_TIMEOUT = 5 variable
127 time.sleep(SHORT_TIMEOUT)
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
Dcellular_OutOfCreditsSubscriptionState.py17 SHORT_TIMEOUT = 10 variable
98 timeout=SHORT_TIMEOUT)
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py277 request, timeout=test_constants.SHORT_TIMEOUT)
320 request, timeout=test_constants.SHORT_TIMEOUT)
375 timeout=test_constants.SHORT_TIMEOUT)
420 request_iterator, timeout=test_constants.SHORT_TIMEOUT)
496 timeout=test_constants.SHORT_TIMEOUT)
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)
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_channel_connectivity_test.py70 time.sleep(test_constants.SHORT_TIMEOUT)
98 time.sleep(test_constants.SHORT_TIMEOUT)
D_rpc_test.py570 timeout=test_constants.SHORT_TIMEOUT,
589 timeout=test_constants.SHORT_TIMEOUT,
616 timeout=test_constants.SHORT_TIMEOUT,
635 timeout=test_constants.SHORT_TIMEOUT,
657 timeout=test_constants.SHORT_TIMEOUT,
661 timeout=test_constants.SHORT_TIMEOUT / 2.0)
688 timeout=test_constants.SHORT_TIMEOUT,
D_channel_ready_future_test.py51 ready_future.result(timeout=test_constants.SHORT_TIMEOUT)
/external/autotest/client/common_lib/cros/network/
Dchrome_net_constants.py8 SHORT_TIMEOUT = 10 variable
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_constants.py21 SHORT_TIMEOUT = 4 variable
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/
Dnetwork_RoamWifiEndToEnd.py58 time.sleep(self.chrome_networking.SHORT_TIMEOUT)