Home
last modified time | relevance | path

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

12

/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/python/cpython3/Lib/test/libregrtest/
Dsetup.py86 support.SHORT_TIMEOUT = max(support.SHORT_TIMEOUT, ns.timeout / 40)
92 support.SHORT_TIMEOUT = min(support.SHORT_TIMEOUT, ns.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)
127 time.sleep(random.randrange(SHORT_TIMEOUT, LONG_TIMEOUT))
140 time.sleep(SHORT_TIMEOUT)
/external/autotest/client/site_tests/cellular_ActivateLTE/
Dcellular_ActivateLTE.py22 SHORT_TIMEOUT = 10 variable
89 time.sleep(SHORT_TIMEOUT)
112 time.sleep(SHORT_TIMEOUT)
207 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
236 timeout=self.SHORT_TIMEOUT)
241 timeout=self.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)
/external/autotest/client/site_tests/policy_WiFiAutoconnect/
Dpolicy_WiFiAutoconnect.py72 wait_time=self.net_api.SHORT_TIMEOUT)
75 % (network.ssid, self.net_api.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
96 timeout=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/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,
/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/python/cpython3/Lib/test/
Dtest_wait4.py23 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dtest_wait3.py23 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dfork_wait.py56 deadline = time.monotonic() + support.SHORT_TIMEOUT
Dsignalinterproctester.py31 timeout = support.SHORT_TIMEOUT
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/
Dnetwork_RoamWifiEndToEnd.py58 time.sleep(self.chrome_networking.SHORT_TIMEOUT)

12