/external/autotest/server/site_tests/enterprise_CFM_Sanity/ |
D | enterprise_CFM_Sanity.py | 14 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/ |
D | setup.py | 86 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/ |
D | chrome_networking_test_api.py | 22 SHORT_TIMEOUT = 3 variable in ChromeNetworkProvider 95 time.sleep(self.SHORT_TIMEOUT) 98 def scan_for_networks(self, timeout=SHORT_TIMEOUT):
|
D | test_utils.py | 15 SHORT_TIMEOUT = 10 variable 119 chrome_networking_test_context, function, args, timeout=SHORT_TIMEOUT):
|
/external/autotest/server/cros/network/ |
D | telnet_helper.py | 10 SHORT_TIMEOUT = 2 variable 65 self._tn.read_until(self._prompt, SHORT_TIMEOUT) 80 SHORT_TIMEOUT)
|
/external/autotest/server/site_tests/enterprise_CFM_MimoSanity/ |
D | enterprise_CFM_MimoSanity.py | 17 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/ |
D | cellular_ActivateLTE.py | 22 SHORT_TIMEOUT = 10 variable 89 time.sleep(SHORT_TIMEOUT) 112 time.sleep(SHORT_TIMEOUT) 207 SHORT_TIMEOUT)
|
/external/autotest/server/cros/cfm/ |
D | cfm_base_test.py | 14 SHORT_TIMEOUT = 5 variable 84 time.sleep(SHORT_TIMEOUT) 86 time.sleep(SHORT_TIMEOUT)
|
/external/autotest/client/cros/enterprise/ |
D | enterprise_network_api.py | 25 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.py | 186 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/ |
D | policy_WiFiAutoconnect.py | 72 wait_time=self.net_api.SHORT_TIMEOUT) 75 % (network.ssid, self.net_api.SHORT_TIMEOUT))
|
/external/autotest/server/site_tests/enterprise_CFM_HuddlyMonitor/ |
D | enterprise_CFM_HuddlyMonitor.py | 14 SHORT_TIMEOUT = 1 variable 110 time.sleep(SHORT_TIMEOUT)
|
/external/autotest/client/common_lib/cros/ |
D | kiosk_utils.py | 14 SHORT_TIMEOUT = 5 variable 127 time.sleep(SHORT_TIMEOUT)
|
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/ |
D | cellular_OutOfCreditsSubscriptionState.py | 17 SHORT_TIMEOUT = 10 variable 96 timeout=SHORT_TIMEOUT)
|
/external/autotest/client/common_lib/cros/network/ |
D | chrome_net_constants.py | 8 SHORT_TIMEOUT = 10 variable
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/ |
D | test_constants.py | 21 SHORT_TIMEOUT = 4 variable
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _channel_connectivity_test.py | 70 time.sleep(test_constants.SHORT_TIMEOUT) 98 time.sleep(test_constants.SHORT_TIMEOUT)
|
D | _rpc_test.py | 570 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.py | 277 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)
|
D | beta_python_plugin_test.py | 400 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/ |
D | test_wait4.py | 23 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
D | test_wait3.py | 23 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
D | fork_wait.py | 56 deadline = time.monotonic() + support.SHORT_TIMEOUT
|
D | signalinterproctester.py | 31 timeout = support.SHORT_TIMEOUT
|
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/ |
D | network_RoamWifiEndToEnd.py | 58 time.sleep(self.chrome_networking.SHORT_TIMEOUT)
|