Searched refs:sleep_timeout (Results 1 – 1 of 1) sorted by relevance
2143 def test_wait_for_sleep(self, sleep_timeout=None): argument2167 if sleep_timeout is None:2168 sleep_timeout = self.SLEEP_TIMEOUT2170 if not self.ping_wait_down(timeout=sleep_timeout):2172 'client failed to sleep after %d seconds' % sleep_timeout)