Try increasing the repetition limit
This commit is contained in:
parent
bd3205c02b
commit
d0bb9a73aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1358,7 +1358,7 @@ fn test_min_max_nondet() {
|
|||
/// Ensure that if we call the closure often enough, we see both `true` and `false.`
|
||||
#[track_caller]
|
||||
fn ensure_both(f: impl Fn() -> bool) {
|
||||
let rounds = 16;
|
||||
let rounds = 32;
|
||||
let first = f();
|
||||
for _ in 1..rounds {
|
||||
if f() != first {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue