meson: Mark gdatetime test as slow

This test isn't inherently slow, but it produces so much output that
it can take a minute or more on hardware with weak I/O performance.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-11-01 19:03:16 +00:00
parent a40ef2ff92
commit 03413d5a87

View File

@ -20,7 +20,9 @@ glib_tests = {
'environment' : {},
'error' : {},
'fileutils' : {},
'gdatetime' : {},
'gdatetime' : {
'suite' : ['slow'],
},
'guuid' : {},
'gvariant' : {
'suite' : ['slow'],