Update smoke tests

This commit is contained in:
Alonso Guevara 2024-10-21 16:40:04 -06:00
parent e16710ebd5
commit 398370d4e7

View File

@ -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