Lines Matching full:shutdown_timeout
77 # SHUTDOWN_TIMEOUT: Time to allow for shut down.
91 SHUTDOWN_TIMEOUT = 10
2211 def test_wait_for_shutdown(self, shutdown_timeout=None):
2229 @param shutdown_timeout time limit in seconds to allow the host down.
2233 if shutdown_timeout is None:
2234 shutdown_timeout = self.SHUTDOWN_TIMEOUT
2236 if not self.ping_wait_down(timeout=shutdown_timeout):
2239 shutdown_timeout)