Lines Matching refs:timeout
59 def assert_none(self, timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)): argument
66 logging.debug("assert_none %fs" % (timeout.total_seconds()))
68 event = self.event_queue.get(timeout=timeout.total_seconds())
77 self, match_fn, timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)): argument
86 logging.debug("assert_none_matching %fs" % (timeout.total_seconds()))
88 end_time = datetime.now() + timeout
95 timeout=remaining.total_seconds())
111 timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)): argument
123 timeout.total_seconds()))
125 end_time = datetime.now() + timeout
132 timeout=remaining.total_seconds())
147 timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)): argument
160 end_time = datetime.now() + timeout
167 timeout=remaining.total_seconds())