mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
decrease RAM usage in integration tests
by decreasing the size of extension chains
This commit is contained in:
parent
0151238c87
commit
dd51525c6c
@ -129,7 +129,7 @@ fn single_file(
|
||||
#[proptest(cases = 50)]
|
||||
fn multiple_files(
|
||||
ext: DirectoryExtension,
|
||||
#[any(size_range(0..7).lift())] exts: Vec<FileExtension>,
|
||||
#[any(size_range(0..5).lift())] exts: Vec<FileExtension>,
|
||||
#[strategy(0u8..4)] depth: u8,
|
||||
) {
|
||||
let dir = tempdir().unwrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user