Skip to content

Commit 9789642

Browse files
committed
minor
1 parent a1254b5 commit 9789642

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/storage/tests/unit/test_rpc_handlers_simcore_s3.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ async def _create_and_delete_folders_from_project(
371371
initialized_app: FastAPI,
372372
project_db_creator: Callable,
373373
check_list_files: bool,
374+
*,
375+
client_timeout: datetime.timedelta = datetime.timedelta(seconds=60),
374376
) -> None:
375377
destination_project, nodes_map = clone_project_data(project)
376378
await project_db_creator(**destination_project)
@@ -383,6 +385,7 @@ async def _create_and_delete_folders_from_project(
383385
project,
384386
destination_project,
385387
nodes_map={NodeID(i): NodeID(j) for i, j in nodes_map.items()},
388+
client_timeout=client_timeout,
386389
)
387390

388391
# data should be equal to the destination project, and all store entries should point to simcore.s3

0 commit comments

Comments
 (0)