Searched refs:wait_for_death_with_timeout (Results 1 – 3 of 3) sorted by relevance
166 instance.wait_for_death_with_timeout(TIMEOUTS.vm_max_time_to_exit)194 let death_reason = self.0.wait_for_death_with_timeout(TIMEOUTS.vm_max_time_to_exit); in wait_for_shutdown()
197 .wait_for_death_with_timeout(Duration::from_secs(10)) in shutdown()
212 pub fn wait_for_death_with_timeout(&self, timeout: Duration) -> Option<DeathReason> { in wait_for_death_with_timeout() method