File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
services/storage/tests/unit Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments