Allow specifying MAX_EXCERPTS
via an env variable in random tests
This commit is contained in:
parent
3e2f684545
commit
ec39c9d335
7 changed files with 12 additions and 7 deletions
|
@ -532,7 +532,7 @@ mod tests {
|
|||
let text = RandomCharIter::new(&mut rng).take(len).collect::<String>();
|
||||
MultiBuffer::build_simple(&text, cx)
|
||||
} else {
|
||||
MultiBuffer::build_random(rng.gen_range(1..=5), &mut rng, cx)
|
||||
MultiBuffer::build_random(&mut rng, cx)
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue