diff --git a/tests/integration.rs b/tests/integration.rs index 5242cff..47d5703 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -103,7 +103,7 @@ fn single_empty_file(ext: Extension, #[any(size_range(0..8).lift())] exts: Vec, - #[strategy(proptest::option::of(0i16..30))] level: Option, + #[strategy(proptest::option::of(0i16..12))] level: Option, ) { let dir = tempdir().unwrap(); let dir = dir.path();