mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-07 03:33:39 +08:00
Update smoke tests part 2
This commit is contained in:
parent
3900f1ec4d
commit
d93511b0aa
8
tests/fixtures/min-csv/config.json
vendored
8
tests/fixtures/min-csv/config.json
vendored
@ -8,7 +8,7 @@
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_base_entity_graph": {
|
||||
"row_range": [
|
||||
@ -16,7 +16,7 @@
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_final_entities": {
|
||||
"row_range": [
|
||||
@ -52,7 +52,7 @@
|
||||
"level"
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_final_communities": {
|
||||
"row_range": [
|
||||
@ -60,7 +60,7 @@
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_final_community_reports": {
|
||||
"row_range": [
|
||||
|
||||
6
tests/fixtures/text/config.json
vendored
6
tests/fixtures/text/config.json
vendored
@ -8,7 +8,7 @@
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_final_covariates": {
|
||||
"row_range": [
|
||||
@ -69,7 +69,7 @@
|
||||
"level"
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_final_communities": {
|
||||
"row_range": [
|
||||
@ -77,7 +77,7 @@
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_final_community_reports": {
|
||||
"row_range": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user