Update brotli to v0.6.0
[io-compress-brotli.git] / t / 02-roundtrip.t
index 50cf87f02d3aca3257b12fae45c7499371247f66..3f656e18f3b700bb7706fc5984ad58599b5409de 100644 (file)
@@ -14,7 +14,7 @@ for my $test (<brotli/tests/testdata/*.compressed>) {
 
        for my $quality (9,11) {
                my $encoded = bro($source, $quality);
-               my $decoded = unbro($encoded);
+               my $decoded = unbro($encoded, 1_000_000);
 
                is $decoded, $source, "$test - quality $quality";
        }
This page took 0.009073 seconds and 4 git commands to generate.