From c58d2b416a614ee66680769155cea502c2db58d4 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 20 Mar 2023 14:35:41 -0400 Subject: [PATCH] tests: reduce maximum compression level --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();