OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suspend_timeout
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/virt/tests/
linux_s3.py
36
suspend_timeout
= 120 + int(params.get("smp")) * 60
37
session.cmd(command, timeout=
suspend_timeout
)
guest_s4.py
51
suspend_timeout
= 240 + int(params.get("smp")) * 60
52
if not virt_utils.wait_for(vm.is_dead,
suspend_timeout
, 2, 2):
/external/autotest/server/site_tests/platform_PowerStatusStress/
platform_PowerStatusStress.py
32
def wait_to_suspend(self,
suspend_timeout
= _LONG_TIMEOUT):
35
@param
suspend_timeout
: Time in seconds to wait to disconnect
40
if not self.host.ping_wait_down(timeout=
suspend_timeout
):
42
suspend_timeout
)
Completed in 8438 milliseconds