summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-29 19:05:22 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-29 19:05:22 +0100
commitbc9ecb8ac93e8be48dfa962589adfec1bfb23d09 (patch)
tree62587edd095687e5a035222c997837fb74d923f0 /tests
parent74f24209501e54fe4c574ff5b6f13ea89c47653e (diff)
downloadgdk-pixbuf-bc9ecb8ac93e8be48dfa962589adfec1bfb23d09.tar.gz
Add pixbuf-fail to the slow tests suite
It already takes about 20 seconds on my Core i7, and it can get worse when running multiple tests in parallel, so it's a prime candidate for timeouts on our CI infrastructure.
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ae58a2310..4fa3fbce3 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -49,7 +49,7 @@ resources_h = custom_target('resources.h',
installed_tests = [
[ 'animation', ['format'], ],
[ 'cve-2015-4491', ['security'], true ],
- [ 'pixbuf-fail', ['conform'], ],
+ [ 'pixbuf-fail', ['conform', 'slow'], ],
[ 'pixbuf-icon-serialize', ['conform'], ],
[ 'pixbuf-randomly-modified', ['slow'], ],
[ 'pixbuf-threads', ['io'], ],