[test] fix test_config.toml

parent 16692062
Pipeline #7889 passed with stages
in 57 minutes and 35 seconds
......@@ -42,8 +42,6 @@ istex_url = "URL_TO_CHANGE"
[jobs]
max_docs_parsers = 1000000
max_docs_scrapers = 10000
js_job_timeout = 1800
js_id_timeout = 1800
# NOTE This is overridden by Test.Database.Setup
[database]
......@@ -93,6 +91,9 @@ default_visibility_timeout = 1
# default delay before job is visible to the worker
default_delay = 1
# delay after reading the job, should prevent overlaps for multiple workers
additional_delay_after_read = 0
# default timeout (in seconds)
default_job_timeout = 60
# default timeout for "long" jobs (in seconds)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment