mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
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:
parent
a40ef2ff92
commit
03413d5a87
@ -20,7 +20,9 @@ glib_tests = {
|
||||
'environment' : {},
|
||||
'error' : {},
|
||||
'fileutils' : {},
|
||||
'gdatetime' : {},
|
||||
'gdatetime' : {
|
||||
'suite' : ['slow'],
|
||||
},
|
||||
'guuid' : {},
|
||||
'gvariant' : {
|
||||
'suite' : ['slow'],
|
||||
|
Loading…
Reference in New Issue
Block a user