test_with_timeout

Function test_with_timeout 

Source
pub fn test_with_timeout<F>(name: &str, timeout: Duration, f: F)
where F: FnMut(&mut TestContext) -> TestResult + Send + 'static,