Home
last modified time | relevance | path

Searched refs:YR_5 (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/tests/
Dtime_sleep.rs197 const YR_5: u64 = 5 * 365 * 24 * 60 * 60 * 1000; in greater_than_max() constant
200 time::sleep_until(Instant::now() + ms(YR_5)).await; in greater_than_max()