Skip to content

Commit bb823d4

Browse files
committed
reduce permutations
1 parent cbad9be commit bb823d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/storage/tests/unit/test_handlers_simcore_s3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ async def test_connect_to_external(
449449
"project_params",
450450
[
451451
ProjectWithFilesParams(
452-
num_nodes=12,
452+
num_nodes=3,
453453
allowed_file_sizes=(
454454
TypeAdapter(ByteSize).validate_python("7Mib"),
455455
TypeAdapter(ByteSize).validate_python("110Mib"),
@@ -485,7 +485,7 @@ async def test_create_and_delete_folders_from_project(
485485
"project_params",
486486
[
487487
ProjectWithFilesParams(
488-
num_nodes=12,
488+
num_nodes=3,
489489
allowed_file_sizes=(
490490
TypeAdapter(ByteSize).validate_python("7Mib"),
491491
TypeAdapter(ByteSize).validate_python("110Mib"),

0 commit comments

Comments
 (0)