Searched refs:_SLEEP_TIME_UNIT_S (Results 1 – 1 of 1) sorted by relevance
29 _SLEEP_TIME_UNIT_S = datetime.timedelta(seconds=1).total_seconds() variable41 await asyncio.sleep(_SLEEP_TIME_UNIT_S)47 await asyncio.sleep(_SLEEP_TIME_UNIT_S)53 await asyncio.sleep(_SLEEP_TIME_UNIT_S)60 await asyncio.sleep(_SLEEP_TIME_UNIT_S)106 call = multicallable(_REQUEST, timeout=2 * _SLEEP_TIME_UNIT_S)112 call = multicallable(_REQUEST, timeout=0.5 * _SLEEP_TIME_UNIT_S)122 call = multicallable(_REQUEST, timeout=2 * _SLEEP_TIME_UNIT_S)129 call = multicallable(_REQUEST, timeout=0.5 * _SLEEP_TIME_UNIT_S)140 call = multicallable(timeout=2 * _SLEEP_TIME_UNIT_S)[all …]