Home
last modified time | relevance | path

Searched refs:suspend_timeout (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/platform_PowerStatusStress/
Dplatform_PowerStatusStress.py32 def wait_to_suspend(self, suspend_timeout = _LONG_TIMEOUT): argument
40 if not self.host.ping_wait_down(timeout=suspend_timeout):
42 suspend_timeout)
/external/autotest/client/virt/tests/
Dlinux_s3.py36 suspend_timeout = 120 + int(params.get("smp")) * 60
37 session.cmd(command, timeout=suspend_timeout)
Dguest_s4.py51 suspend_timeout = 240 + int(params.get("smp")) * 60
52 if not virt_utils.wait_for(vm.is_dead, suspend_timeout, 2, 2):