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 c4e1666 commit 0f9d6a0Copy full SHA for 0f9d6a0
services/storage/tests/unit/test_handlers_files.py
@@ -570,7 +570,7 @@ def complex_file_name(faker: Faker) -> str:
570
(TypeAdapter(ByteSize).validate_python("1Mib")),
571
(TypeAdapter(ByteSize).validate_python("500Mib")),
572
pytest.param(
573
- TypeAdapter(ByteSize).validate_python("7Gib"), marks=pytest.mark.heavy_load
+ TypeAdapter(ByteSize).validate_python("5Gib"), marks=pytest.mark.heavy_load
574
),
575
],
576
ids=byte_size_ids,
0 commit comments