Home
last modified time | relevance | path

Searched refs:LONG_TIMEOUT (Results 1 – 22 of 22) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
Dbeta_python_plugin_test.py363 stub.UnaryCall(request, test_constants.LONG_TIMEOUT)
374 response = stub.UnaryCall(request, test_constants.LONG_TIMEOUT)
387 request, test_constants.LONG_TIMEOUT)
423 request, test_constants.LONG_TIMEOUT)
433 test_constants.LONG_TIMEOUT)
459 test_constants.LONG_TIMEOUT)
485 test_constants.LONG_TIMEOUT)
501 test_constants.LONG_TIMEOUT)
533 test_constants.LONG_TIMEOUT)
548 test_constants.LONG_TIMEOUT)
[all …]
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
Dnetwork_ChromeCellularSmokeTest.py71 test_utils.LONG_TIMEOUT,
76 network_id, 'NotConnected', test_utils.LONG_TIMEOUT)
88 test_utils.LONG_TIMEOUT,
93 network_id, 'Connected', test_utils.LONG_TIMEOUT)
/external/autotest/server/site_tests/firmware_StandbyPowerConsumption/
Dfirmware_StandbyPowerConsumption.py15 LONG_TIMEOUT = 60 variable
82 self.host.test_wait_for_sleep(LONG_TIMEOUT)
90 if not self.host.ping_wait_up(LONG_TIMEOUT):
121 if not self.host.ping_wait_up(LONG_TIMEOUT):
/external/autotest/server/site_tests/enterprise_CFM_HuddlyMonitor/
Denterprise_CFM_HuddlyMonitor.py13 LONG_TIMEOUT = 20 variable
48 time.sleep(LONG_TIMEOUT)
81 time.sleep(LONG_TIMEOUT)
/external/autotest/server/site_tests/enterprise_CFM_MeetAppSanity/
Denterprise_CFM_MeetAppSanity.py9 LONG_TIMEOUT = 10 variable
25 time.sleep(LONG_TIMEOUT)
/external/autotest/client/site_tests/cellular_ActivateLTE/
Dcellular_ActivateLTE.py21 LONG_TIMEOUT = 20 variable
43 modem = self.test.pseudomm.wait_for_modem(timeout_seconds=LONG_TIMEOUT)
233 timeout=LONG_TIMEOUT)
289 timeout=LONG_TIMEOUT);
/external/autotest/client/cros/enterprise/
Denterprise_network_api.py26 LONG_TIMEOUT = 120 variable in ChromeEnterpriseNetworkContext
144 self.LONG_TIMEOUT,
176 self.LONG_TIMEOUT,
/external/autotest/server/site_tests/enterprise_CFM_MimoSanity/
Denterprise_CFM_MimoSanity.py16 LONG_TIMEOUT = 20 variable
46 time.sleep(LONG_TIMEOUT)
130 time.sleep(random.randrange(SHORT_TIMEOUT, LONG_TIMEOUT))
/external/autotest/client/cros/networking/chrome_testing/
Dtest_utils.py14 LONG_TIMEOUT = 120 variable
56 timeout=LONG_TIMEOUT):
Dchrome_networking_test_api.py55 test_utils.LONG_TIMEOUT,
116 test_utils.LONG_TIMEOUT,
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_not_found_test.py43 test_constants.LONG_TIMEOUT,
50 'grupe', 'mevvod', iter([b'def']), test_constants.LONG_TIMEOUT)
D_beta_features_test.py193 test_constants.LONG_TIMEOUT,
210 test_constants.LONG_TIMEOUT,
228 test_constants.LONG_TIMEOUT,
324 test_constants.LONG_TIMEOUT,
D_utilities_test.py76 ready_future.result(timeout=test_constants.LONG_TIMEOUT))
/external/autotest/server/cros/network/
Dtelnet_helper.py11 LONG_TIMEOUT = 30 variable
36 self._tn.open(hostname, port, LONG_TIMEOUT)
/external/autotest/server/site_tests/enterprise_CFM_Sanity/
Denterprise_CFM_Sanity.py13 LONG_TIMEOUT = 10 variable
46 time.sleep(LONG_TIMEOUT)
/external/autotest/client/common_lib/cros/network/
Dchrome_net_constants.py9 LONG_TIMEOUT = 30 variable
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_constants.py24 LONG_TIMEOUT = 3000 variable
/external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
Dnetwork_ChromeCellularEndToEnd.py74 test_utils.LONG_TIMEOUT,
166 test_utils.LONG_TIMEOUT,
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
Dnetwork_WiFi_RoamSuspendEndToEnd.py75 time.sleep(chrome_net_constants.LONG_TIMEOUT)
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_channel_ready_future_test.py73 ready_future.result(timeout=test_constants.LONG_TIMEOUT))
/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/
Dnetwork_ChromeWifiEndToEnd.py100 test_utils.LONG_TIMEOUT,
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c185 #define LONG_TIMEOUT 2400000 /* 2,400,000 millisecs == 40 minutes */ macro
4297 io_hdr.timeout = LONG_TIMEOUT; in do_senddiag()