Searched refs:TEN_YEARS (Results 1 – 2 of 2) sorted by relevance
22 const TEN_YEARS: Duration = Duration::from_secs(86400 * 365 * 10); const150 None => deadline + TEN_YEARS, in poll_next_period()
21 const TEN_YEARS: Duration = Duration::from_secs(86400 * 365 * 10); const48 None => Sleep::new_timeout(Instant::now() + TEN_YEARS), in sleep()