[glib/glib-2-58: 20/55] tests: Mark two more tests as slow
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-58: 20/55] tests: Mark two more tests as slow
- Date: Fri, 19 Oct 2018 13:39:12 +0000 (UTC)
commit faaf0fb83c110692a4fcac038484c2d7f8a1c99b
Author: Philip Withnall <withnall endlessm com>
Date: Thu Sep 20 17:51:18 2018 +0100
tests: Mark two more tests as slow
These keep on taking just longer than 30s on my local machine when run
in parallel with the rest of the tests (i.e. with `ninja test`). Testing
them individually, they do terminate correctly.
Signed-off-by: Philip Withnall <withnall endlessm com>
gio/tests/meson.build | 5 ++++-
tests/refcount/meson.build | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index f47ebd57b..cefa48bb1 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -225,7 +225,10 @@ if host_machine.system() != 'windows'
'extra_sources' : extra_sources,
'suite' : ['slow'],
},
- 'gmenumodel' : {'extra_sources' : extra_sources},
+ 'gmenumodel' : {
+ 'extra_sources' : extra_sources,
+ 'suite' : ['slow'],
+ },
'gnotification' : {
'extra_sources' : [extra_sources, 'gnotification-server.c'],
},
diff --git a/tests/refcount/meson.build b/tests/refcount/meson.build
index 9046bf7c7..afec05114 100644
--- a/tests/refcount/meson.build
+++ b/tests/refcount/meson.build
@@ -1,5 +1,5 @@
refcount_tests = [
- ['closures', 'closures.c', []],
+ ['closures', 'closures.c', [], 90],
['objects', 'objects.c', []],
['objects2', 'objects2.c', [], 90],
['properties', 'properties.c', []],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]