Skip to content

Commit

Permalink
Adjusting expectd test results to 1x1 metatiles. Using MapCache threa…
Browse files Browse the repository at this point in the history
…ds in tests.
  • Loading branch information
Schpidi committed Dec 11, 2017
1 parent dd64541 commit 2487dde
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 52 deletions.
5 changes: 3 additions & 2 deletions ngeo_browse_server/control/testbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ class BaseTestCaseMixIn(object):
# storage_dir, success_dir, failure_dir, optimized_files_dir, and
# seed_command are set automatically in setUp_files.

("mapcache", "timedimension_default"): "2014",
("mapcache", "tile_query_limit_default"): "100"
(SEED_SECTION, "timedimension_default"): "2014",
(SEED_SECTION, "tile_query_limit_default"): "100",
(SEED_SECTION, "threads"): "4",
}

configuration = {}
Expand Down
Loading

0 comments on commit 2487dde

Please sign in to comment.