diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-03-01 10:49:11 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-03-01 12:21:29 +0100 |
| commit | 1d16b94279b252bb2e298a2afffb9561d8b5bd85 (patch) | |
| tree | 4e4ba3db9dc6c879249be0629345b2969d18d511 /Makefile | |
| parent | 30a820437da40cba2b1ca386564c8fc1ee6f92d1 (diff) | |
[fix] wikidata: increase wikidata queries timeout
The big queries for initializing and updating the currencies take longer than
the default of the wikidata engine, which is only 3sec.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ test.shell: # wrap ./manage script MANAGE += weblate.translations.commit weblate.push.translations -MANAGE += data.all data.traits data.useragents data.locales +MANAGE += data.all data.traits data.useragents data.locales data.currencies MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean MANAGE += docker.build docker.push docker.buildx MANAGE += gecko.driver |