Skip to content

Commit 600520c

Browse files
authored
use larger payload in AutomaticDecompressionTest (#2065)
1 parent 182ab1b commit 600520c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: client/src/test/java/org/asynchttpclient/AutomaticDecompressionTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
@ExtendWith(NettyLeakDetectorExtension.class)
4444
public class AutomaticDecompressionTest {
45-
private static final String UNCOMPRESSED_PAYLOAD = "a".repeat(500);
45+
private static final String UNCOMPRESSED_PAYLOAD = "a".repeat(50_000);
4646

4747
private static HttpServer HTTP_SERVER;
4848

0 commit comments

Comments
 (0)