[glib/glib-2-58: 3/4] meson: Mark gdatetime test as slow



commit b1af125677b77d4ac1ff8fb9c2faf7a870db41c4
Author: Simon McVittie <smcv collabora com>
Date:   Thu Nov 1 19:03:16 2018 +0000

    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>

 glib/tests/meson.build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index 7903783a9..d7b6a7a4c 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -23,7 +23,9 @@ glib_tests = {
   'environment' : {},
   'error' : {},
   'fileutils' : {},
-  'gdatetime' : {},
+  'gdatetime' : {
+    'suite' : ['slow'],
+  },
   'guuid' : {},
   'gvariant' : {
     'suite' : ['slow'],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]