mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
tests: reduce maximum compression level
This commit is contained in:
parent
2b142ff442
commit
c58d2b416a
@ -103,7 +103,7 @@ fn single_empty_file(ext: Extension, #[any(size_range(0..8).lift())] exts: Vec<F
|
|||||||
fn single_file(
|
fn single_file(
|
||||||
ext: Extension,
|
ext: Extension,
|
||||||
#[any(size_range(0..8).lift())] exts: Vec<FileExtension>,
|
#[any(size_range(0..8).lift())] exts: Vec<FileExtension>,
|
||||||
#[strategy(proptest::option::of(0i16..30))] level: Option<i16>,
|
#[strategy(proptest::option::of(0i16..12))] level: Option<i16>,
|
||||||
) {
|
) {
|
||||||
let dir = tempdir().unwrap();
|
let dir = tempdir().unwrap();
|
||||||
let dir = dir.path();
|
let dir = dir.path();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user