Searched refs:DEFAULT_TIMEOUT_SECONDS (Results 1 – 2 of 2) sorted by relevance
62 DEFAULT_TIMEOUT_SECONDS = 30 variable103 self.future.result(timeout=DEFAULT_TIMEOUT_SECONDS)163 …event_occurs(self, match_fn, at_least_times=1, timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)):176 …_occurs_at_most(self, match_fn, at_most_times, timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)):222 timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)):247 timeout=timedelta(seconds=DEFAULT_TIMEOUT_SECONDS)):
46 private static final int DEFAULT_TIMEOUT_SECONDS = 10; field in BlockingBroadcastReceiver76 return mBlockingQueue.poll(DEFAULT_TIMEOUT_SECONDS, TimeUnit.SECONDS); in awaitForBroadcast()