Searched refs:sleep_timeout (Results 1 – 1 of 1) sorted by relevance
1639 def test_wait_for_sleep(self, sleep_timeout=None): argument1663 if sleep_timeout is None:1664 sleep_timeout = self.SLEEP_TIMEOUT1666 if not self.ping_wait_down(timeout=sleep_timeout):1668 'client failed to sleep after %d seconds' % sleep_timeout)