Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
199
Issues
199
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
d49f85f9
Verified
Commit
d49f85f9
authored
Sep 12, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[test] fix test_config.toml
parent
16692062
Pipeline
#7889
passed with stages
in 57 minutes and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
test_config.toml
test-data/test_config.toml
+3
-2
No files found.
test-data/test_config.toml
View file @
d49f85f9
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment