with_timeout

Macro with_timeout 

Source
macro_rules! with_timeout {
    ($test_body:expr) => { ... };
}
Expand description

Macro to wrap test bodies with timeout to prevent hanging tests