Searched refs:time_slept (Results 1 – 2 of 2) sorted by relevance
354 let time_slept = Instant::now().duration_since(time_sent); in test_indication_timeout() localVariable355 assert!(time_slept > Duration::from_secs(29)); in test_indication_timeout()356 assert!(time_slept < Duration::from_secs(31)); in test_indication_timeout()
299 let time_slept = Instant::now().duration_since(time_sent); in test_response_timeout() localVariable300 assert!(time_slept > Duration::from_secs(14)); in test_response_timeout()301 assert!(time_slept < Duration::from_secs(16)); in test_response_timeout()