Skip to content

Commit

Permalink
Avoid false alarms on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Mar 24, 2023
1 parent dea3bea commit 06bc1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest/tests/resources/rstest/timeout.rs
Expand Up @@ -109,7 +109,7 @@ mod thread {

#[rstest]
fn default_timeout_failure() {
assert_eq!(4, delayed_sum(2, 2, ms(1001)));
assert_eq!(4, delayed_sum(2, 2, ms(1100)));
}
}

Expand Down

0 comments on commit 06bc1b5

Please sign in to comment.