[glib: 1/2] tests: Mark two more tests as slow
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] tests: Mark two more tests as slow
- Date: Fri, 21 Sep 2018 12:14:08 +0000 (UTC)
commit 18456b74a647907c8034418269b2cd33e68ffc5d
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 e16f53466..99065040e 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -226,7 +226,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]