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 149c7504d8
commit b1af125677

View File

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