From bc9ecb8ac93e8be48dfa962589adfec1bfb23d09 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 29 Jun 2018 19:05:22 +0100 Subject: 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. --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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'], ], -- cgit v1.2.1