diff --git a/tests/integration.rs b/tests/integration.rs index 4b29a19b4..bd968d9af 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -129,7 +129,7 @@ fn single_file( #[proptest(cases = 50)] fn multiple_files( ext: DirectoryExtension, - #[any(size_range(0..7).lift())] exts: Vec, + #[any(size_range(0..5).lift())] exts: Vec, #[strategy(0u8..4)] depth: u8, ) { let dir = tempdir().unwrap();