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 8df972e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serial_test_test/src/lib.rs
Expand Up @@ -111,7 +111,8 @@ mod tests {
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 8df972e

Please sign in to comment.