[glib: 3/10] build: Make actions and gdbus-export GIO tests as slow



commit eeb5015ebed2c00ef85190434797fc6686bdb94e
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Jul 5 13:26:22 2018 +0100

    build: Make actions and gdbus-export GIO tests as slow
    
    Increase their timeout.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 gio/tests/meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index be007fa1d..49a64b0d4 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -210,7 +210,11 @@ if host_machine.system() != 'windows'
           install : false,
           c_args : test_c_args,
           dependencies : common_gio_tests_deps + extra_deps)
-      test(test_name, exe, env : test_env, suite : ['gio'])
+      if test_name == 'actions' or test_name == 'gdbus-export'
+        test(test_name, exe, env : test_env, timeout : 45, suite : ['gio', 'slow'])
+      else
+        test(test_name, exe, env : test_env, suite : ['gio'])
+      endif
     endforeach
 
     exe = executable('gdbus-test-codegen-old', 'gdbus-test-codegen.c',


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