We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb3af9 commit 18fb095Copy full SHA for 18fb095
tests/integration/test_cli.py
@@ -155,7 +155,7 @@ async def update_presigned_url_actual():
155
(6 * 1024 * 1024, 5 * 1024 * 1024),
156
(12 * 1024 * 1024, 5 * 1024 * 1024),
157
(20 * 1024 * 1024, 1 * 1024 * 1024),
158
- (20 * 1024 * 1024, 64 * 1024),
+ (20 * 1024 * 1024, 32 * 1024),
159
(1 * 1024 * 1024, DEFAULT_PART_SIZE),
160
(75 * 1024 * 1024, 10 * 1024 * 1024),
161
],
0 commit comments