File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ async def ds_client():
6262 "default_page_size" : 50 ,
6363 "max_returned_rows" : 100 ,
6464 "sql_time_limit_ms" : 200 ,
65+ "facet_suggest_time_limit_ms" : 200 , # Up from 50 default
6566 # Default is 3 but this results in "too many open files"
6667 # errors when running the full test suite:
6768 "num_sql_threads" : 1 ,
Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ async def test_settings_json(ds_client):
875875 "default_page_size" : 50 ,
876876 "default_facet_size" : 30 ,
877877 "default_allow_sql" : True ,
878- "facet_suggest_time_limit_ms" : 50 ,
878+ "facet_suggest_time_limit_ms" : 200 ,
879879 "facet_time_limit_ms" : 200 ,
880880 "max_returned_rows" : 100 ,
881881 "max_insert_rows" : 100 ,
You can’t perform that action at this time.
0 commit comments