Searched refs:SLEEP_DURATION (Results 1 – 1 of 1) sorted by relevance
28 const SLEEP_DURATION: Duration = Duration::from_millis(5); constant48 thread::sleep(SLEEP_DURATION); in wait_for_file()