diff --git a/tests/fixtures/min-csv/config.json b/tests/fixtures/min-csv/config.json index 53986d99..ebfd587f 100644 --- a/tests/fixtures/min-csv/config.json +++ b/tests/fixtures/min-csv/config.json @@ -5,23 +5,39 @@ "create_base_text_units": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 10 }, - "create_base_entity_graph": { + "create_base_extracted_entities": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 300 }, + "create_summarized_entities": { + "row_range": [ + 1, + 2500 + ], + "subworkflows": 1, + "max_runtime": 300 + }, + "create_base_entity_graph": { + "row_range": [ + 1, + 2500 + ], + "subworkflows": 1, + "max_runtime": 10 + }, "create_final_entities": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "type", @@ -34,7 +50,7 @@ "create_final_relationships": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 100 @@ -42,7 +58,7 @@ "create_final_nodes": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "entity_type", @@ -57,7 +73,7 @@ "create_final_communities": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 10 @@ -65,7 +81,7 @@ "create_final_community_reports": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "community_id", @@ -83,7 +99,7 @@ "create_final_text_units": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "relationship_ids", @@ -92,10 +108,18 @@ "subworkflows": 1, "max_runtime": 100 }, + "create_base_documents": { + "row_range": [ + 1, + 2500 + ], + "subworkflows": 1, + "max_runtime": 10 + }, "create_final_documents": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 100