Skip to content

Commit

Permalink
decrease extension chain size in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Sep 16, 2023
1 parent 331fd22 commit dd9d5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit dd9d5d2

Please sign in to comment.