mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +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)]
|
#[proptest(cases = 50)]
|
||||||
fn multiple_files(
|
fn multiple_files(
|
||||||
ext: DirectoryExtension,
|
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,
|
#[strategy(0u8..4)] depth: u8,
|
||||||
) {
|
) {
|
||||||
let dir = tempdir().unwrap();
|
let dir = tempdir().unwrap();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user