Home
last modified time | relevance | path

Searched refs:ssh_timeout (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/internal/lib/
Dssh.py371 ssh_timeout = timeout or constants.DEFAULT_SSH_TIMEOUT
372 sleep_multiplier = ssh_timeout / sum(range(max_retry + 1))
382 except errors.DeviceConnectionError as ssh_timeout:
387 "get detail information: '%s'" % ssh_cmd) from ssh_timeout
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ep/
DBtFuchsiaEPTest.py70 ssh_timeout = 30
73 fd.ssh.run("killall bt-a2dp*", timeout_sec=ssh_timeout)
74 fd.ssh.run("killall bt-avrcp*", timeout_sec=ssh_timeout)
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py769 ssh_timeout=30, argument
840 timeout = time.time() + ssh_timeout
Dfuchsia_device.py520 ssh_timeout: int = FUCHSIA_DEFAULT_CONNECT_TIMEOUT,
582 end_time = time.time() + ssh_timeout