Skip to content

Commit 18fb095

Browse files
committed
Tweak test param to mitigate flaky behavior
1 parent 1bb3af9 commit 18fb095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async def update_presigned_url_actual():
155155
(6 * 1024 * 1024, 5 * 1024 * 1024),
156156
(12 * 1024 * 1024, 5 * 1024 * 1024),
157157
(20 * 1024 * 1024, 1 * 1024 * 1024),
158-
(20 * 1024 * 1024, 64 * 1024),
158+
(20 * 1024 * 1024, 32 * 1024),
159159
(1 * 1024 * 1024, DEFAULT_PART_SIZE),
160160
(75 * 1024 * 1024, 10 * 1024 * 1024),
161161
],

0 commit comments

Comments
 (0)