From aa2ddc5dede64d75743be82b19caafa2751baf3b Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 1 Oct 2014 10:54:03 +0200 Subject: [PATCH] Further speedup dataraster test by importing only tiled --- tests/python_tests/pgraster_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_tests/pgraster_test.py b/tests/python_tests/pgraster_test.py index 77817de8d..0d81a2ab1 100644 --- a/tests/python_tests/pgraster_test.py +++ b/tests/python_tests/pgraster_test.py @@ -220,7 +220,8 @@ if 'pgraster' in mapnik.DatasourceCache.plugin_names() \ drop_imported('dataRaster', overview) def test_dataraster_16bsi(): - for tilesize in ['','256x256']: + #for tilesize in ['','256x256']: + for tilesize in ['256x256']: for constraint in [0,1]: #for overview in ['','4','2,16']: for overview in ['','2']: