Skip to content

Commit 0f9d6a0

Browse files
committed
reduce size of large test
1 parent c4e1666 commit 0f9d6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_handlers_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def complex_file_name(faker: Faker) -> str:
570570
(TypeAdapter(ByteSize).validate_python("1Mib")),
571571
(TypeAdapter(ByteSize).validate_python("500Mib")),
572572
pytest.param(
573-
TypeAdapter(ByteSize).validate_python("7Gib"), marks=pytest.mark.heavy_load
573+
TypeAdapter(ByteSize).validate_python("5Gib"), marks=pytest.mark.heavy_load
574574
),
575575
],
576576
ids=byte_size_ids,

0 commit comments

Comments
 (0)