Searched refs:DEFAULT_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/cert/ |
D | truth.py | 52 DEFAULT_TIMEOUT = timedelta(seconds=3) variable 60 def emits(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): 69 def emitsNone(self, *match_fns, timeout=DEFAULT_TIMEOUT): 101 def then(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): 110 def thenNone(self, *match_fns, timeout=DEFAULT_TIMEOUT):
|