Searched refs:suspend_timeout (Results 1 – 3 of 3) sorted by relevance
32 def wait_to_suspend(self, suspend_timeout = _LONG_TIMEOUT): argument40 if not self.host.ping_wait_down(timeout=suspend_timeout):42 suspend_timeout)
36 suspend_timeout = 120 + int(params.get("smp")) * 6037 session.cmd(command, timeout=suspend_timeout)
51 suspend_timeout = 240 + int(params.get("smp")) * 6052 if not virt_utils.wait_for(vm.is_dead, suspend_timeout, 2, 2):