Skip to content

Commit

Permalink
Try no timeout
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 0c02efa commit 2993414
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions serial_test_test/src/lib.rs
Expand Up @@ -107,11 +107,12 @@ mod tests {
use serial_test::{file_parallel, file_serial};

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

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

#[test]
Expand Down

0 comments on commit 2993414

Please sign in to comment.