Skip to content

Commit

Permalink
Re-add timeouts
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
  • Loading branch information
Licenser committed Jul 25, 2022
1 parent 2993414 commit 2ab41ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions serial_test_test/src/lib.rs
Expand Up @@ -107,12 +107,11 @@ mod tests {
use serial_test::{file_parallel, file_serial};

#[test]
#[serial()]
#[serial(timeout_key, timeout_ms = 60000)]
fn demo_timeout_with_key() {}

#[test]
#[serial()]
// #[serial(timeout_ms = 60000)]
#[serial(timeout_ms = 60000)]
fn demo_timeout() {}

#[test]
Expand Down

0 comments on commit 2ab41ed

Please sign in to comment.